]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
Update ipsec patch with bugzilla number.
authorChris Wright <chrisw@osdl.org>
Tue, 6 Sep 2005 23:32:07 +0000 (16:32 -0700)
committerChris Wright <chrisw@osdl.org>
Tue, 6 Sep 2005 23:32:07 +0000 (16:32 -0700)
queue/ipsec-oops-fix.patch

index de5d12f037281c461696d1b4472f322cd35c30a8..d38f9b4122558c9830ce2fbbeaeec05c1f741ad6 100644 (file)
@@ -6,6 +6,8 @@ Subject: [CRYPTO] Fix boundary check in standard multi-block cipher processors
 
 [CRYPTO] Fix boundary check in standard multi-block cipher processors
 
+Fixes Bug 5194 (IPSec related Oops in 2.6.13).
+
 The boundary check in the standard multi-block cipher processors are
 broken when nbytes is not a multiple of bsize.  In those cases it will
 always process an extra block.