commit | 91b80969ba466ba4b915a4a1d03add8c297add3f | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@citi.umich.edu> | Fri Aug 29 19:18:45 2008 -0400 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Mon Sep 01 14:24:24 2008 -0400 |
tree | 2e35e071d4faa5a57ab6ed4d74cd3ef686e1ba91 | |
parent | 27df6f25ff218072e0e879a96beeb398a79cdbc8 [diff] |
nfsd: fix buffer overrun decoding NFSv4 acl The array we kmalloc() here is not large enough. Thanks to Johann Dahm and David Richter for bug report and testing. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Cc: David Richter <richterd@citi.umich.edu> Tested-by: Johann Dahm <jdahm@umich.edu>