CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/11 13:59:57
Modified files:
sys/netinet : ip_ipip.c
Log message:
Use a common 'goto bad' style and set mp to NULL after freeing it
in ipip_input_gif(). This prevents a use-after-free if there is a
bug in the IP input functions.
OK mpi@
