[Glibc-bsd-commits] r1793 - in trunk/kfreebsd-5/debian: . patches

Aurelien Jarno aurel32 at alioth.debian.org
Mon Dec 11 11:41:02 CET 2006


Author: aurel32
Date: 2006-12-11 11:41:01 +0100 (Mon, 11 Dec 2006)
New Revision: 1793

Modified:
   trunk/kfreebsd-5/debian/changelog
   trunk/kfreebsd-5/debian/patches/905_grow_arg_max.diff
Log:
  * Change ARG_MAX to 256KB to match the kernel headers.


Modified: trunk/kfreebsd-5/debian/changelog
===================================================================
--- trunk/kfreebsd-5/debian/changelog	2006-12-11 10:34:09 UTC (rev 1792)
+++ trunk/kfreebsd-5/debian/changelog	2006-12-11 10:41:01 UTC (rev 1793)
@@ -3,6 +3,7 @@
   * Urgency set to high as this fixes a security bug.
   * Fix a memory disclosure in firewire (FreeBSD-SA-06:25.kmem
     / CVE-2006-6013)
+  * Change ARG_MAX to 256KB to match the kernel headers.
 
  -- Aurelien Jarno <aurel32 at debian.org>  Mon, 11 Dec 2006 11:26:07 +0100
 

Modified: trunk/kfreebsd-5/debian/patches/905_grow_arg_max.diff
===================================================================
--- trunk/kfreebsd-5/debian/patches/905_grow_arg_max.diff	2006-12-11 10:34:09 UTC (rev 1792)
+++ trunk/kfreebsd-5/debian/patches/905_grow_arg_max.diff	2006-12-11 10:41:01 UTC (rev 1793)
@@ -9,7 +9,7 @@
   * the file for why.)
   */
 -#define	ARG_MAX			65536	/* max bytes for an exec function */
-+#define	ARG_MAX		       131072	/* max bytes for an exec function */
++#define	ARG_MAX		       262144	/* max bytes for an exec function */
  #ifndef CHILD_MAX
  #define	CHILD_MAX		   40	/* max simultaneous processes */
  #endif




More information about the Glibc-bsd-commits mailing list