summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-12-29 20:15:04 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-12-29 20:15:04 (GMT)
commit64224ffe7d6dc649bdde858ea5c949444eeaa111 (patch)
tree368ff1904d71212017edbed3ef0e6c2b6ee3e857 /ChangeLog
parentecd6b51b126ee473c4942a53d1b17a76dd6b11c3 (diff)
Protected all accesses to the symbols list using read locks.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb972c0..e4061e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
15-12-29 Cyrille Bagard <nocbos@gmail.com>
+ * src/format/format.c:
+ Protect all accesses to the symbols list using read locks.
+
+15-12-29 Cyrille Bagard <nocbos@gmail.com>
+
* plugins/python/welcome/version.py:
Avoid to crash when the Internet is not reachable.