fix off-by-one in pf_state_expires() bounds test
authorjsg <jsg@openbsd.org>
Thu, 23 Mar 2023 01:41:12 +0000 (01:41 +0000)
committerjsg <jsg@openbsd.org>
Thu, 23 Mar 2023 01:41:12 +0000 (01:41 +0000)
commit745370075ce9aff7a2273f2dc8ae61ff26acad94
tree3f9c0edc3f3173e15b451ae9f3ffeb4d1afd4d38
parentcf2c154df332b9ce97b222523b6e3206936f612e
fix off-by-one in pf_state_expires() bounds test
such a value would have triggered a KASSERT()
ok sashan@ deraadt@
sys/net/pf.c