[Glibc-bsd-commits] r4256 - trunk/kfreebsd-10/debian/patches

Robert Millan rmh at alioth.debian.org
Sun May 6 15:43:27 UTC 2012


Author: rmh
Date: 2012-05-06 15:43:27 +0000 (Sun, 06 May 2012)
New Revision: 4256

Modified:
   trunk/kfreebsd-10/debian/patches/918_unix_socket_overflow.diff
Log:
Document status of 918_unix_socket_overflow.diff, explaining when it's safe to remove.

Modified: trunk/kfreebsd-10/debian/patches/918_unix_socket_overflow.diff
===================================================================
--- trunk/kfreebsd-10/debian/patches/918_unix_socket_overflow.diff	2012-05-06 10:50:09 UTC (rev 4255)
+++ trunk/kfreebsd-10/debian/patches/918_unix_socket_overflow.diff	2012-05-06 15:43:27 UTC (rev 4256)
@@ -3,6 +3,9 @@
 Our former userspace allows 108 bytes in sun_path,
 but kernel restrict it to 104 bytes.
 
+Userland compatibility was added in glibc 2.13-22 (glibc-bsd r3739). This
+patch can be removed when we no longer care about supporting older glibc.
+
 --- a/sys/kern/uipc_usrreq.c
 +++ b/sys/kern/uipc_usrreq.c
 @@ -464,7 +464,12 @@




More information about the Glibc-bsd-commits mailing list