diff options
author | Cedric Bail <cedric.bail@samsung.com> | 2013-11-20 13:02:37 +0900 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-11-20 13:02:37 +0900 |
commit | 7e8fb93206ee95945bb757267832537c13ab4287 (patch) | |
tree | 8ff6ef8d854f28ac0dbcb1ebc86d7df076c03ccf /ChangeLog | |
parent | 0146e3dacc87189eba100bf5489498290ec9f86b (diff) | |
download | efl-7e8fb93206ee95945bb757267832537c13ab4287.tar.gz |
eina: fix a possible race condition during eina_file_close.
The lock on the main hash was taken to late (after we took the decision
to remove the targeted Eina_File from the cache), this means it was possible
to get an Eina_File from the cache that was going to be removed. This patch
attempt to fix that potential race condition.
Hopefully should fix T461.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2013-11-20 Cedric Bail + + * Eina: Fix a possible race condition during eina_file_close. + 2013-11-19 Tom Hacohen * Evas textblock: Fixed order of tags inserted with markup_app/prepend. |