commit | e2cc3f6ebe65f98171e07c6097c0bfa9171f6f0e | [log] [tgz] |
---|---|---|
author | Paul Bolle <pebolle@tiscali.nl> | Fri Oct 02 14:10:04 2009 +0200 |
committer | Riku Voipio <riku.voipio@nokia.com> | Fri Oct 16 14:36:36 2009 +0300 |
tree | 1ec4fe0b39ea824a8ab3a909d753a2f6995e561d | |
parent | 61322e91a177b7b79ac2df5a540fe67db2d9e2dd [diff] |
linux-user: don't zero a buffer twice prepare_binprm() zeroes bprm->buf. That buffer is already zeroed in main() and hasn't been touched since so that is not necessary. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Riku Voipio <riku.voipio@iki.fi>