mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
* 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.
This commit is contained in:
parent
77dd4c3be8
commit
55ef627440
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user