rpms/kernel/FC-4 kernel-2.6.spec,1.1563,1.1564

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jan 6 06:06:57 UTC 2006


Author: davej

Update of /cvs/dist/rpms/kernel/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv28023

Modified Files:
	kernel-2.6.spec 
Log Message:
fix use-after-free in acenic



Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-4/kernel-2.6.spec,v
retrieving revision 1.1563
retrieving revision 1.1564
diff -u -r1.1563 -r1.1564
--- kernel-2.6.spec	6 Jan 2006 06:06:06 -0000	1.1563
+++ kernel-2.6.spec	6 Jan 2006 06:06:55 -0000	1.1564
@@ -347,6 +347,7 @@
 Patch1790: linux-2.6-x86-hp-reboot.patch
 Patch1800: linux-2.6-pcmcia-disable-warning.patch
 Patch1810: linux-2.6-pwc-powerup-by-default.patch
+Patch1820: linux-2.6-net-acenic-use-after-free.patch
 
 # Warn about usage of various obsolete functionality that may go away.
 Patch1900: linux-2.6-obsolete-idescsi-warning.patch
@@ -777,6 +778,8 @@
 %patch1800 -p1
 # Power up pwc by default.
 %patch1810 -p1
+# Use after free in acenic.
+%patch1820 -p1
 
 # Warn about obsolete functionality usage.
 %patch1900 -p1




More information about the fedora-cvs-commits mailing list