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] [Wireshark-commits] rev 39318: /trunk/epan/ /trunk/epan/: fi

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sun, 9 Oct 2011 09:28:08 -0700
On Oct 9, 2011, at 2:54 AM, stig@xxxxxxxxxxxxx wrote:

> http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39318
> 
> User: stig
> Date: 2011/10/09 02:54 AM
> 
> Log:
> Check for NULL pointer in file_exists().

Code that calls file_exists() should have detected the null pointer before that, and reported the appropriate error to the user or chosen a default file name or whatever would be appropriate in that case; what code was passing a null pointer to file_exists()?