From 8f775a95c5b8814ddb42a16368abf6178e7a3516 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Thu, 8 Sep 2005 23:32:34 -0700 Subject: [PATCH] fix sendmsg-DoS can number in patch description --- review/sendmsg-DoS.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3