]> git.ipfire.org Git - thirdparty/glibc.git/commit
Better fix for setenv (..., NULL, ...)
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Apr 2015 08:06:33 +0000 (01:06 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Apr 2015 08:07:31 +0000 (01:07 -0700)
commit03c1e456b079929a8290aeb4aadb05c0df73bfd2
tree623a6bf41a61e08caffed4a2914bac4947c162ab
parent2bd2cad9e8a410643e80efa0b15f6f2882e1271b
Better fix for setenv (..., NULL, ...)

* stdlib/setenv.c (__add_to_environ):
Dump core quickly if setenv (..., NULL, ...) is called.
This time, do it the right way, and pacify GCC with a pragma.
ChangeLog
stdlib/setenv.c