From: Heiko Carstens Date: Wed, 14 Jan 2009 13:14:02 +0000 (+0100) Subject: [CVE-2009-0029] System call wrapper special cases X-Git-Tag: v2.6.29-rc2~77^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6673e0c3fbeaed2cd08e2fd4a4aa97382d6fedb0;p=pandora-kernel.git [CVE-2009-0029] System call wrapper special cases System calls with an unsigned long long argument can't be converted with the standard wrappers since that would include a cast to long, which in turn means that we would lose the upper 32 bit on 32 bit architectures. Also semctl can't use the standard wrapper since it has a 'union' parameter. So we handle them as special case and add some extra wrappers instead. Signed-off-by: Heiko Carstens --- Reading git-diff-tree failed