rwatson 2006-02-14 21:36:23 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet6 ipcomp_input.c
Log:
Merge ipcomp_input.c:1.9 from HEAD to RELENG_6:
In ipcomp6_input(), check 'md' not 'm' after a call to m_pulldown(): 'm'
may be a s
rwatson 2006-01-13 23:53:23 UTC
FreeBSD src repository
Modified files:
sys/netinet6 ipcomp_input.c
Log:
In ipcomp6_input(), check 'md' not 'm' after a call to m_pulldown(): 'm'
may be a stale pointer at this point, and we're interested in whether or
not m_pulldown() f