rrs 2007-06-22 14:40:09 UTC FreeBSD src repository Modified files: sys/netinet sctp_input.c Log: - Fix type casts in calling sctp_m_getptr, it expects a int not an unsigned (returned by sizeof) also add cast to comparison check for size bounds. Approved by: re(bmah at freebsd.org) Revision Changes Path 1.46 +2 -2 src/sys/netinet/sctp_input.c