You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In reviewing code in tcpreplay-4.0.4, in directory 'compat', I found
some instances where calls to malloc() are not checked for a return
value of NULL, indicating failure. This is in file 'pathfind.c' and
the patch file below adds the sanity check:
Hello All,
In reviewing code in tcpreplay-4.0.4, in directory 'compat', I found
some instances where calls to malloc() are not checked for a return
value of NULL, indicating failure. This is in file 'pathfind.c' and
the patch file below adds the sanity check:
I am attaching the patch file to this bug report.
Bill Parker (wp02855 at gmail dot com)
The text was updated successfully, but these errors were encountered: