diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-04-02 17:59:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-04-02 17:59:59 +0000 |
commit | 6c7a57538a284d495e42c9e89e6a3248b41708ce (patch) | |
tree | 29f404e9a176e688905ea0c109bc92ebfc24c227 /ChangeLog | |
parent | 7cd67fd89e7e0c4184508399d46490100ff29419 (diff) | |
download | glibc-6c7a57538a284d495e42c9e89e6a3248b41708ce.tar.gz glibc-6c7a57538a284d495e42c9e89e6a3248b41708ce.tar.xz glibc-6c7a57538a284d495e42c9e89e6a3248b41708ce.zip |
[BZ #2418]
2006-04-02 Ulrich Drepper <drepper@redhat.com> [BZ #2418] * sysdeps/unix/sysv/linux/bits/socket.h: Use larger of PATH_MAX and page size when allocating buffer.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 22ea01d2af..c34f84a353 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-04-02 Ulrich Drepper <drepper@redhat.com> + + [BZ #2418] + * sysdeps/unix/sysv/linux/bits/socket.h: Use larger of PATH_MAX and + page size when allocating buffer. + 2006-04-01 Ulrich Drepper <drepper@redhat.com> [BZ #2415] |