ume 2003/10/12 04:18:04 PDT
FreeBSD src repository
Modified files:
sys/netinet6 ah_core.c
Log:
- always check for optlen overrun.
- panic if NULL is passed to ah_sumsiz (as we never do it,
and callers do not properly check negative returns).
Obtained from: KAME
Revision Changes Path
1.16 +11 -4 src/sys/netinet6/ah_core.c