gfile: make_directory_with_parents race condition
commit5a7db3015ab0f14e4e2ad6766b3ce819447faf93
authorPhilip Chimento <philip.chimento@gmail.com>
Thu, 28 Nov 2013 01:43:18 +0000 (27 17:43 -0800)
committerRyan Lortie <desrt@desrt.ca>
Thu, 18 Dec 2014 07:02:53 +0000 (18 02:02 -0500)
tree6a1d8fa4ecc1be74e8372186bebc8c0ceafe5ffb
parent388e0d576f5a50a3219e01eb93fe689a7f30ee38
gfile: make_directory_with_parents race condition

A race condition could cause g_file_make_directory_with_parents() to
fail with G_IO_ERROR_EXISTS despite the requested directory not
existing.

https://bugzilla.gnome.org/show_bug.cgi?id=719455
gio/gfile.c