commit | ec69557982563c97b3a7d68dd271be5105b83869 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Feb 04 19:08:21 2014 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Apr 01 23:19:24 2014 -0400 |
tree | a28bb77318d9bf8b930a5fae0114629bda70bf7f | |
parent | 0165e8100be3b2b81f747ebc25418656404c61b8 [diff] |
read_code(): go through vfs_read() instead of calling the method directly ... and don't skip on sanity checks. It's *not* a hot path, TYVM (a couple of calls per a.out execve(), for pity sake) and headers of random a.out binary are not to be trusted. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>