CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/06/15 07:49:43
Modified files:
sys/netinet6 : ip6_output.c
Log message:
With the introduction of ip6_output_ipsec_lookup() we didn't exit the
loop when we worked out that no IPsec is needed which led to a NULL
de-ref on the next iteration.
Fix this by making the code more similar to the IPv4 case.
Found the hard way by me, OK mpi@
