untrusted comment: signature from openbsd 5.6 base private key
RWR0EANmo9nqhqcSLmw8driixRxEcXj6U5XfgdNrUrNJyUTMIakzVScCAbXE4ZELok6twlHHMCeMiXrizHJwGeLZ//OLuMZplAg=
OpenBSD 5.6 errata 28, Jul 26, 2015:
A kernel memory leak could be triggered by an unprivileged user in
a failure case when using execve under systrace.
And then rebuild and install a new kernel:
cd /usr/src/sys/arch/`machine`/conf
KK=`sysctl -n kern.osversion | cut -d# -f1`
config $KK
cd ../compile/$KK
make
make install