Ready to be installed?
Thanks,
Martin
---
htdocs/gcc-13/changes.html | 3 +++
1 file changed, 3 insertions(+)
diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index 6c5b2a37..f7f6866d 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -47,6 +47,9 @@ a work-in-progress.</p>
non-rectangular loop nests, which were added for C/C++ in GCC 11.</li>
</ul>
</li>
+ AddressSanitizer defaults to <code>detect_stack_use_after_return=1</code>
on Linux target.
+ For compatibly, it can be disabled with <code>env
ASAN_OPTIONS=detect_stack_use_after_return=0</code>.
+ <li>
</ul>
--
2.36.1