Map the sigcode page with MAP_INHERIT_COPY to make sure it isn't shared ater
authorkettenis <kettenis@openbsd.org>
Thu, 15 Jan 2015 16:31:19 +0000 (16:31 +0000)
committerkettenis <kettenis@openbsd.org>
Thu, 15 Jan 2015 16:31:19 +0000 (16:31 +0000)
commit12ccc845a91305ba5e4498d3da9b4213a5080821
tree21842a58e5f5715ee4f54da0455e653b7fda5d80
parente390af8cab883147a1fd33148cdde3b1e95944ad
Map the sigcode page with MAP_INHERIT_COPY to make sure it isn't shared ater
a fork.

ok deraadt@
sys/kern/kern_exec.c