summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCedric Bail <cedric.bail@samsung.com>2013-11-20 13:02:37 +0900
committerCedric Bail <cedric.bail@samsung.com>2013-11-20 13:02:37 +0900
commit7e8fb93206ee95945bb757267832537c13ab4287 (patch)
tree8ff6ef8d854f28ac0dbcb1ebc86d7df076c03ccf /ChangeLog
parent0146e3dacc87189eba100bf5489498290ec9f86b (diff)
downloadefl-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3dc7c28258..6c3dea3a93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.