On Sun, Oct 9, 2011 at 6:28 PM, Guy Harris <guy@xxxxxxxxxxxx> wrote:
> 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()?
I found that file_exists() returned true for a NULL pointer, so i
added the test for NULL while adding some changes in
uat_get_actual_filename(). I could have checked the file name before
calling file_exists(), but figured out that adding the test for NULL
could not do any harm.
--
Stig Bjørlykke