libntoh
libntoh copied to clipboard
function build_datagram does not handle allocation failure
In build_datagram (at ipv4defrag.c:225), there's no return value check upon a calloc.
Similar problems can be found in other places as well.