From: Chris Wright Date: Fri, 9 Sep 2005 06:32:34 +0000 (-0700) Subject: fix sendmsg-DoS can number in patch description X-Git-Tag: v2.6.13.1~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f775a95c5b8814ddb42a16368abf6178e7a3516;p=thirdparty%2Fkernel%2Fstable-queue.git fix sendmsg-DoS can number in patch description --- diff --git a/review/sendmsg-DoS.patch b/review/sendmsg-DoS.patch index b25329ab9f9..e30efe1fe42 100644 --- a/review/sendmsg-DoS.patch +++ b/review/sendmsg-DoS.patch @@ -10,7 +10,7 @@ Fix unchecked __get_user that could be tricked into generating a memory read on an arbitrary address. The result of the read is not returned directly but you may be able to divine some information about it, or use the read to cause a crash on some architectures by reading -hardware state. CAN-2004-2492. +hardware state. CAN-2005-2492. Fix from Al Viro, ack from Dave Miller.