CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2021/01/20 16:25:19
Modified files: sys/net : if_pflog.c Log message: An invalid packet may not have set src and dst in packet descriptor. Add a NULL check to prevent crash in pflog(4) introduced in previous commit. Reported-by: syzbot+c6d2f2ad34b822bce...@syzkaller.appspotmail.com