Skip to content
Commit a5b58da6 authored by Philip Withnall's avatar Philip Withnall Committed by Matthias Clasen
Browse files

gfileutils: Add precondition checks to g_file_test()

Otherwise g_file_test(NULL, …) causes a call to access(NULL, …) on
Linux, which is disallowed and valgrind complains about it.

https://bugzilla.gnome.org/show_bug.cgi?id=755046
parent 005dfeac
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment