Up to [cvs.netbsd.org] / src / sys / netinet6
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: netbsd-3-1
Revision 1.22.14.2.4.1 / (download) - annotate - [select for diffs], Thu Nov 22 19:05:43 2007 UTC (2 years, 2 months ago) by bouyer
Branch: netbsd-3-1
Changes since 1.22.14.2: +3 -3
lines
Diff to previous 1.22.14.2 (colored) next main 1.22.14.3 (colored)
Pull up following revision(s) (requested by jdc in ticket #1879):
sys/netinet6/ipcomp_input.c: revision 1.28
From FreeBSD:
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() failed.
Noticed by: Coverity Prevent analysis tool
Revision 1.22.14.2 / (download) - annotate - [select for diffs], Mon Jul 18 21:06:51 2005 UTC (4 years, 6 months ago) by riz
Branch: netbsd-3
CVS Tags: netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE
Branch point for: netbsd-3-1,
netbsd-3-0
Changes since 1.22.14.1: +3 -2
lines
Diff to previous 1.22.14.1 (colored) to branchpoint 1.22 (colored)
Pull up revision 1.26 (requested by tron in ticket #565): Defopt IPSEC_NAT_T.