OpenBSD cvs log

created 2019-02-09T16:13:54Z
begin 2019-02-08T00:00:00Z
end 2019-02-09T00:00:00Z
path src/sys
commits 3

date 2019-02-08T12:51:57Z
author bluhm
files src/sys/kern/kern_exec.c log diff annotate
message Fix stack info leak in execve(2). There are 2x4 bytes of padding
in struct ps_strings.
from NetBSD; OK deraadt@ guenther@ visa@

date 2019-02-08T16:52:54Z
author bluhm
files src/sys/net/rtsock.c log diff annotate
message Fix kernel info leak in routing message.
from NetBSD; OK deraadt@ visa@

date 2019-02-08T20:28:54Z
author procter
files src/sys/netmpls/mpls_input.c log diff annotate
message fix ipv4 checksum fixup; this trick requires an accumulator of exactly twice the checksum's width
ok dlg@