masq_info.c: 2 * no checking of input word size ?
Linux networking base tools
Brought to you by:
eckes
1.
[masq_info.c:99]: (warning) scanf without field width limits can crash with huge input data.
if ((n = fscanf(f, " %s %lX:%hX %lX:%hX %hX %lX %hd %hd %lu",
buf,
Suggest better code
if ((n = fscanf(f, " %256s %lX:%hX %lX:%hX %hX %lX %hd %hd %lu",
buf,
2.
[masq_info.c:107]: (warning) scanf without field width limits can crash with huge input data.
Duplicate.
should be fixed by 839f7607ba1363b126d978084fec08c7c3c03c50 i think
Diff: