[Bug 267671] [libc] Remove unnecessary printf to stderr in stdlib/cxa_thread_atexit_impl.c
Date: Sun, 01 Oct 2023 18:32:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267671 David Chisnall <theraven@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |theraven@FreeBSD.org --- Comment #2 from David Chisnall <theraven@FreeBSD.org> --- If this printf is reached, then you have a bug in your code that is very likely to lead to security issues (dangling code pointers, which can lead to trivial arbitrary code execution). I would *strongly* recommend fixing it. -- You are receiving this mail because: You are the assignee for the bug.