search for: x4096

Displaying 1 result from an estimated 1 matches for "x4096".

Did you mean: 4096
2000 Jul 31
0
Linux traceroute (oddness & localhost memory-alloc)
...ceroute-1.4a5/traceroute.c Tue Dec 16 12:14:32 1997 + <MAXHOSTNAMELEN> + Fprintf(stderr, "%s: Nice Try !\n", prog); 2. The input-validation for packet-size does not get applied properly. $ traceroute 127.0.0.1 `perl -e "print '1'x4096"` Segmentation fault. $ traceroute 127.0.0.1 `perl -e "print '1'x10"` traceroute: malloc: Cannot allocate memory. This is not likely to be as severe as it may seem on first sight. Further analysis reveals that the size-value is correctly checked for numeri...