swh:1:snp:2ca5d6eff8f04a671c0d5b13646cede522c64b7d
Raw File
Tip revision: 188aa1c319cf9a894eb3a9bc830388c216c3a14c authored by Xin Li on 25 February 2015, 05:56:16 UTC
Fix integer overflow in IGMP protocol. [SA-15:04]
Tip revision: 188aa1c
malloc.h
/* $FreeBSD$ */
#if __STDC__
#error "<malloc.h> has been replaced by <stdlib.h>"
#else
#include <stdlib.h>
#endif
back to top