Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] DND crash through all versions?

From: Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx>
Date: Tue, 4 Sep 2012 00:14:20 +0200
On Mon, Sep 03, 2012 at 11:50:25PM +0200, Jaap Keuter wrote:
> Anyone knows what strstr() does with a NULL for a haystack? As far as I can tell 
> it's unspecified.

On Linux it crashes:

(gdb) call strstr(0, "test") 
Program received signal SIGSEGV, Segmentation fault.