diff options
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | 2007-07-28 00:55:18 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-28 19:42:22 -0700 |
commit | 040b3a2df2dd26c3e401823f3b0ce3fe99e966c5 (patch) | |
tree | dbf88e0023db86669e775ed2ab4c5fb55186ffe0 /fs | |
parent | 0af3678f7c5872836d1cc8d7c659abd62c3c5ae7 (diff) | |
download | op-kernel-dev-040b3a2df2dd26c3e401823f3b0ce3fe99e966c5.zip op-kernel-dev-040b3a2df2dd26c3e401823f3b0ce3fe99e966c5.tar.gz |
audit: fix two bugs in the new execve audit code
copy_from_user() returns the number of bytes not copied, hence 0 is the
expected output.
axi->mm might not be valid anymore when not equal to current->mm, do not
dereference before checking that - thanks to Al for spotting that.
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Tested-by: Steve Grubb <sgrubb@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions