diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-12-29 20:15:04 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-12-29 20:15:04 (GMT) |
commit | 64224ffe7d6dc649bdde858ea5c949444eeaa111 (patch) | |
tree | 368ff1904d71212017edbed3ef0e6c2b6ee3e857 /ChangeLog | |
parent | ecd6b51b126ee473c4942a53d1b17a76dd6b11c3 (diff) |
Protected all accesses to the symbols list using read locks.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |