Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Oct 2023 18:32:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 267671] [libc] Remove unnecessary printf to stderr in stdlib/cxa_thread_atexit_impl.c
Message-ID:  <bug-267671-227-TnBWVdXKYW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-267671-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-267671-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267671

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 li=
kely
to lead to security issues (dangling code pointers, which can lead to trivi=
al
arbitrary code execution). I would *strongly* recommend fixing it.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267671-227-TnBWVdXKYW>