JTC 1/SC 22/WG 23 C++ Vulnerability Discussions WG 23 N1261 March 6 2023 Participants Stephen Michell - Convenor Paul Preney - Canada Richard Corden - USA Erhard Ploedereder - liaison Peter Sommerlad - Switzerland Matthew Butler - USA Regrets Clive Pygott - UK Discussions: Reviewed work done on February 20 2023 (N1259) Edits to 6.39 Memory Leak and heap fragmentation [XYL] Use of matching new[] and delete[] Not using malloc() and free() Using the wrong "free" call (such as 'free' vs 'delete') can result in undefined behaviour. Last meeting was 20 February 2023, see N1259 for summary. All work is done in the WG 23 GitHub space https://github.com/ISO-IEC-JTC1-SC22-WG23-CPP/wg23-tr24772-10 The generated Word document that reflects the current state of the draft document is available from https://github.com/ISO-IEC-JTC1-SC22-WG23-CPP/wg23-tr24772-10-public/blob/main/all.docx . Please contact Stephen Michell, Peter Sommerlad or Paul Preney to gain access.