From: Chris Wright Date: Tue, 6 Sep 2005 23:32:07 +0000 (-0700) Subject: Update ipsec patch with bugzilla number. X-Git-Tag: v2.6.13.1~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c0a9a2323bf9726b8cc0f1b4ac9a71dd7ecce45a;p=thirdparty%2Fkernel%2Fstable-queue.git Update ipsec patch with bugzilla number. --- diff --git a/queue/ipsec-oops-fix.patch b/queue/ipsec-oops-fix.patch index de5d12f0372..d38f9b41225 100644 --- a/queue/ipsec-oops-fix.patch +++ b/queue/ipsec-oops-fix.patch @@ -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.