From Jason Turner

[diff.cpp23.mem]

Diff to HTML by rtfpessoa

tmp/tmpdk8geqtt/{from.md → to.md} RENAMED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ### [[mem]]: memory management library <a id="diff.cpp23.mem">[[diff.cpp23.mem]]</a>
2
+
3
+ **Change:** Calling `realloc` with a non-null pointer and zero size has
4
+ erroneous behavior. **Rationale:** The C standard library does not
5
+ define this behavior. **Effect on original feature:** Valid C++23 code
6
+ that calls `realloc` with a non-null pointer and a size of zero is
7
+ erroneous and may change behavior.
8
+