diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-05-04 13:50:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-05-04 13:50:55 +0000 |
commit | 55ef627440be330aac4cd5eab3c21548f40ed067 (patch) | |
tree | 69ba4bf3bb54ec94c393aab423cfcd3ead9866d8 | |
parent | 77dd4c3be8d3acd04190ad54a4585ef2d4108ba2 (diff) | |
download | glibc-55ef627440be330aac4cd5eab3c21548f40ed067.tar glibc-55ef627440be330aac4cd5eab3c21548f40ed067.tar.gz glibc-55ef627440be330aac4cd5eab3c21548f40ed067.tar.bz2 glibc-55ef627440be330aac4cd5eab3c21548f40ed067.zip |
* sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Use larger of PATH_MAX
and page size when allocating buffer.
* sysdeps/unix/sysv/linux/bits/socket.h (struct msghdr): Document
msg_controllen type issue.
(struct cmsghdr): Same for cmsg_len.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -764,8 +764,12 @@ so it uses send and not writev. [BZ #2418] - * sysdeps/unix/sysv/linux/bits/socket.h: Use larger of PATH_MAX and - page size when allocating buffer. + * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Use larger of PATH_MAX + and page size when allocating buffer. + + * sysdeps/unix/sysv/linux/bits/socket.h (struct msghdr): Document + msg_controllen type issue. + (struct cmsghdr): Same for cmsg_len. 2006-04-01 Ulrich Drepper <drepper@redhat.com> |