On Apr 27, 2009, at 7:12 AM, Miroslav Lichvar wrote:
I've received a bug report that tcpdump crashes when -i option is
used and there are no interfaces available.
I've checked in a different-but-similar fix.
-
This is the tcpdump-workers list.
Visit https://cod.sandelman.ca/ to unsubscribe.
Hi,
I've received a bug report that tcpdump crashes when -i option is
used and there are no interfaces available.
https://bugzilla.redhat.com/show_bug.cgi?id=497819
This should fix it:
--- a/tcpdump.c
+++ b/tcpdump.c
@@ -655,6 +655,8 @@ main(int argc, char **argv)