Module Name: src Committed By: martin Date: Thu Feb 15 08:05:01 UTC 2018
Modified Files: src/sys/netipsec [netbsd-7-1]: xform_ah.c Log Message: Pull up following revision(s) (requested by maxv in ticket #1568): sys/netipsec/xform_ah.c: revision 1.80-1.81 via patch Fix use-after-free, 'ah' may not be valid after m_makewritable and ah_massage_headers. Make sure the Authentication Header fits the mbuf chain, otherwise panic. To generate a diff of this commit: cvs rdiff -u -r1.42.12.1 -r1.42.12.2 src/sys/netipsec/xform_ah.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.