CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/12 15:29:51
Modified files:
sys/netinet : ip_ah.c
Log message:
IPsec AH must contain replay counter.
Before reading the replay counter from packet header in ah_input(),
make sure that the mbuf is long enough. Prevents panic: m_copydata:
null mbuf.
reported by Homura Akemi, SecBuddyF, Tencent KeenLab; OK mvs@
