CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/10/16 02:09:09
Modified files:
sys/netinet6 : ip6_output.c
Log message:
As CMSG_ALIGN() can overflow the integer value, do the length check
with and without alignment.
Bug found by Clement Lecigne <clemun AT gmail DOT com>
OK claudio@
