diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2012-03-28 13:44:59 +0300 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2012-03-28 10:10:23 -0400 |
commit | 3af706135bcc06b1519ba50beaf1b47d32d0fc26 (patch) | |
tree | 52ee3c46416e12fae8f9a1f6e7a6faa3cd3416ad /sound | |
parent | 92769108f5382a0bdb4c35eb80c183fb7797cfae (diff) |
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 <dan.carpenter@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions