diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-11-27 21:44:44 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-11-27 21:44:44 (GMT) |
commit | b2b43b80eb207fabc8eb5e08798f120f0dd5541e (patch) | |
tree | ee6f45a7db857f4d59a191f89a6a51274481b5c7 /ChangeLog | |
parent | 6b1a70c16f83a926f7b1f1fb2af5d6a2e017737b (diff) |
Protected other data access using locks.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@611 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 15-11-27 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/disass/fetch.c: + Disable old code. + + * src/arch/context.c: + * src/arch/context.h: + * src/arch/context-int.h: + Protect other data access using locks. Clean the code. + + * src/gtkext/gtkextstatusbar.c: + Disable most features of the status bar. + +15-11-27 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/disass/area.c: * src/analysis/disass/area.h: * src/analysis/disass/disassembler.c: |