Re: [tcpdump-workers] tcpdump -i crash

2009-04-28 Thread Guy Harris
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.

[tcpdump-workers] tcpdump -i crash

2009-04-27 Thread Miroslav Lichvar
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)