Re: [PATCH 9/9] [PATCH] 32bit sendmsg() flaw (CAN-2005-2490)

2005-09-08 Thread Chris Wright
* Chris Wright ([EMAIL PROTECTED]) wrote: Minor update from David Miller for clean sparc64 build. diff --git a/include/net/compat.h b/include/net/compat.h --- a/include/net/compat.h +++ b/include/net/compat.h @@ -33,7 +33,8 @@ extern asmlinkage long compat_sys_sendms extern asmlinkage long compa

[PATCH 9/9] [PATCH] 32bit sendmsg() flaw (CAN-2005-2490)

2005-09-07 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. -- When we copy 32bit ->msg_control contents to kernel, we walk the same userland data twice without sanity checks on the second pass. Second version of this patch: the original broke with 64-bit arches runn