aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b830ff8..70937c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2011-05-16 Ulrich Drepper <drepper@gmail.com>
+ [BZ #11892]
+ * stdlib/putenv.c (putenv): Don't always create copy of the variable
+ on the stack.
+
[BZ #11895]
* misc/pselect.c (__pselect): Handle timeout value errors hidden
through underflows.