K 10 svn:author V 7 dchagin K 8 svn:date V 27 2015-05-24T17:07:10.227349Z K 7 svn:log V 222 Avoid unnecessary em zeroing in non-exec path as it already zeroed by malloc with M_ZERO flag and move zeroing to the proper place in exec path. Differential Revision: https://reviews.freebsd.org/D1462 Reviewed by: trasz END