]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fix sendmsg-DoS can number in patch description
authorChris Wright <chrisw@osdl.org>
Fri, 9 Sep 2005 06:32:34 +0000 (23:32 -0700)
committerChris Wright <chrisw@osdl.org>
Fri, 9 Sep 2005 06:32:34 +0000 (23:32 -0700)
review/sendmsg-DoS.patch

index b25329ab9f96df02de8ba8099f4d80805fc33d33..e30efe1fe422d28975b0591de3956d21089cf0b8 100644 (file)
@@ -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.