[Bug target/111556] OMP_* environment variables not read if libgomp is loaded via dlopen([..], [..]|RTLD_DEEPBIND) and the process executable access the environ global variable

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Dec 14 16:56:54 GMT 2023


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111556

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
The not dereferencing NULL environ is PR111413 and has been fixed already.
That is something different from what is reported here, and as I said, there is
nothing that can be done about it except "don't do it".


More information about the Gcc-bugs mailing list