CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/11/20 02:02:21
Modified files:
sys/netinet : ip_output.c
sys/netinet6 : icmp6.c ip6_output.c
Log message:
NULL dereference in IPV6_PORTRANGE and IP_IPSEC_*, found by Clement LECIGNE,
localhost DoS everywhere. To help minimize further issues, make the
mbuf != NULL test explicit instead of implicit in a length test.
Suggestions and initial work by mpf@ and miod@
ok henning@, mpf@, claudio@,
