CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2019/01/27 15:16:27

Modified files:
        sys/kern       : Tag: OPENBSD_6_4 kern_unveil.c vfs_syscalls.c 

Log message:
sometimes we don't call unveil_add, which means memory allocated by namei
doesn't get freed. move the free calls into the same function as namei.
fixed bug report from Dariusz Sendkowski
from tedu@; OK beck@

namei can return a null dvp on success. check this before access.
from tedu@; OK beck@
Reported-by: syzbot+cc59412ed8429450a...@syzkaller.appspotmail.com

OpenBSD 6.4 errata 013

Reply via email to