CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/09 00:51:17
Modified files:
sys/net : pf_ioctl.c
Log message:
pf(4): fix out-of-bounds read in pf_rule_copyin().
strlcpy(3) performs out-of-bound read when strings coming
via ioctl(2) syscall are missing NUL terminator.
issue has been reported by syzkaller:
https://syzkaller.appspot.com/bug?extid=f028f6e8a734a5e8de11
fix submitted by Johann Hoepfner ( hoepf _at_ cit.tum.de )
OK sashan@
