summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-04-19 01:06:33 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2015-04-19 01:07:31 -0700
commit03c1e456b079929a8290aeb4aadb05c0df73bfd2 (patch)
tree623a6bf41a61e08caffed4a2914bac4947c162ab /ChangeLog
parent2bd2cad9e8a410643e80efa0b15f6f2882e1271b (diff)
downloadglibc-03c1e456b079929a8290aeb4aadb05c0df73bfd2.tar.gz
glibc-03c1e456b079929a8290aeb4aadb05c0df73bfd2.tar.xz
glibc-03c1e456b079929a8290aeb4aadb05c0df73bfd2.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b648bfb11..a1d49cb3ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-04-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+	* 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.
+
 2015-04-17  Roland McGrath  <roland@hack.frob.com>
 
 	* elf/dl-close.c (_dl_close_worker) [DL_NNS == 1]: Just assert that