From: Dan Carpenter Date: Wed, 28 Mar 2012 10:44:59 +0000 (+0300) Subject: nfsd4: memory corruption in numeric_name_to_id() X-Git-Tag: v3.4-rc1~40^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3af706135bcc06b1519ba50beaf1b47d32d0fc26;p=pandora-kernel.git nfsd4: memory corruption in numeric_name_to_id() "id" is type is a uid_t (32 bits) but on 64 bit systems strict_strtoul() modifies 64 bits of data. We should use kstrtouint() instead. Signed-off-by: Dan Carpenter Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed