efl/src/lib/eio
Jean-Philippe Andre 8fdd3992f0 Eio monitor: Fix crash on invalid data access
Fix race condition when touching/changing a (theme) file often.
An Eio_Monitor was marked as "delete_me" but the rename callback
was still called, leading to memory access to already freed
objects.

Test protocol was:
ELM_THEME=~/default.edj elementary_test &
watch touch ~/default.edj
2014-01-14 14:23:05 +09:00
..
Eio.h
eio_dir.c
eio_eet.c
eio_file.c
eio_inline_helper.x
eio_main.c
eio_map.c
eio_monitor.c Eio monitor: Fix crash on invalid data access 2014-01-14 14:23:05 +09:00
eio_monitor_inotify.c Eio monitor: Fix crash on invalid data access 2014-01-14 14:23:05 +09:00
eio_monitor_poll.c
eio_monitor_win32.c
eio_private.h
eio_single.c
eio_xattr.c