[Glibc-bsd-commits] r2313 - in trunk/kfreebsd-6/debian: . patches
aurel32 at alioth.debian.org
aurel32 at alioth.debian.org
Thu Sep 4 09:48:26 UTC 2008
Author: aurel32
Date: 2008-09-04 09:48:25 +0000 (Thu, 04 Sep 2008)
New Revision: 2313
Removed:
trunk/kfreebsd-6/debian/patches/000_nmount.diff
Modified:
trunk/kfreebsd-6/debian/changelog
trunk/kfreebsd-6/debian/patches/series
Log:
FreeBSD-SA-08:08.nmount only applies to kFreeBSD >= 7.0
Modified: trunk/kfreebsd-6/debian/changelog
===================================================================
--- trunk/kfreebsd-6/debian/changelog 2008-09-04 09:42:17 UTC (rev 2312)
+++ trunk/kfreebsd-6/debian/changelog 2008-09-04 09:48:25 UTC (rev 2313)
@@ -2,8 +2,6 @@
* Fix amd64 swapgs local privilege escalation
(FreeBSD-SA-08:07.amd64 / CVE-2008-3890).
- * Fix nmount(2) local arbitrary code execution
- (FreeBSD-SA-08:08.nmount / CVE-2008-3531).
* Fix remote kernel panics on IPv6 connections
(FreeBSD-SA-08:09.icmp6 /CVE-2008-3530).
Deleted: trunk/kfreebsd-6/debian/patches/000_nmount.diff
===================================================================
--- trunk/kfreebsd-6/debian/patches/000_nmount.diff 2008-09-04 09:42:17 UTC (rev 2312)
+++ trunk/kfreebsd-6/debian/patches/000_nmount.diff 2008-09-04 09:48:25 UTC (rev 2313)
@@ -1,17 +0,0 @@
-Index: src/sys/kern/vfs_mount.c
-===================================================================
-RCS file: /usr/ncvs/src/sys/kern/vfs_mount.c,v
-retrieving revision 1.265.2.3
-diff -u -r1.265.2.3 vfs_mount.c
---- src/sys/kern/vfs_mount.c 6 Apr 2008 10:02:20 -0000 1.265.2.3
-+++ src/sys/kern/vfs_mount.c 17 Jul 2008 15:39:37 -0000
-@@ -1830,7 +1830,8 @@
- }
- if (*t != NULL)
- continue;
-- sprintf(errmsg, "mount option <%s> is unknown", p);
-+ snprintf(errmsg, sizeof(errmsg),
-+ "mount option <%s> is unknown", p);
- printf("%s\n", errmsg);
- ret = EINVAL;
- }
Modified: trunk/kfreebsd-6/debian/patches/series
===================================================================
--- trunk/kfreebsd-6/debian/patches/series 2008-09-04 09:42:17 UTC (rev 2312)
+++ trunk/kfreebsd-6/debian/patches/series 2008-09-04 09:48:25 UTC (rev 2313)
@@ -2,7 +2,6 @@
000_nfe.diff -p1
000_amd64.diff -p1
000_icmp6.diff -p1
-000_nmount.diff -p1
001_misc.diff -p1
003_glibc_dev_aicasm.diff -p1
004_xargs.diff -p1
More information about the Glibc-bsd-commits
mailing list