astraceroute: memset() buffer before file read
commit9314b5d4ce450fb2fe859639b2ddbc7b57ae18d5
authorTobias Klauser <tklauser@distanz.ch>
Fri, 18 Jan 2013 13:54:28 +0000 (18 14:54 +0100)
committerTobias Klauser <tklauser@distanz.ch>
Fri, 18 Jan 2013 14:53:04 +0000 (18 15:53 +0100)
treed5d2e7b7eec498ed121a98f4586b11b27271a92d
parente9ecad8b18117e11d060882f85fe0a6dea86f9e8
astraceroute: memset() buffer before file read

Otherwise we might end up using some garbage from that buffer when
parsing the port information and thus get an invalid port.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
src/astraceroute.c