K 10 svn:author V 3 mjg K 8 svn:date V 27 2014-09-29T23:59:19.433905Z K 7 svn:log V 272 Use bzero instead of explicitly zeroing stuff in do_execve. While strictly speaking this is not correct since some fields are pointers, it makes no difference on all supported archs and we already rely on it doing the right thing in other places. No functional changes. END