diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-05-16 10:13:54 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-16 10:13:54 -0400 |
commit | ea389b12b3b65c4a7fa91fa76f8c99867eb37865 (patch) | |
tree | 93cc7bd2191d9b0c66bc31ad923d8134a70f23ec /ChangeLog | |
parent | 68a3f91fcad464c4737c1eaed4ae0bf539801fb2 (diff) | |
download | glibc-ea389b12b3b65c4a7fa91fa76f8c99867eb37865.tar glibc-ea389b12b3b65c4a7fa91fa76f8c99867eb37865.tar.gz glibc-ea389b12b3b65c4a7fa91fa76f8c99867eb37865.tar.bz2 glibc-ea389b12b3b65c4a7fa91fa76f8c99867eb37865.zip |
Handle long variable names in putenv
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |