diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-09-04 21:28:31 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-09-04 21:28:31 (GMT) |
commit | fc7a3dfb87fba9ae031cb52fa5951e00c409b07e (patch) | |
tree | 45109fdeec00ba9c4555018c5694b0877dcbc6e3 /ChangeLog | |
parent | 04ca0756d59629113bd3f602565850a2910ac84e (diff) |
Updated the code and displayed the symbols using all symbols, not only routines.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@398 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +14-09-04 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/vmpa.c: + Fix a bug: use the new VMPA_MAX_LEN instead of the old VMPA_MAX_SIZE. + + * src/gui/panels/bookmarks.c: + Typo. Do not be afraid to use assert(). + + * src/gui/panels/regedit.c: + Fix a memory leak. Typo. + + * src/gui/panels/symbols.c: + Update the code and display the symbols using all symbols, not only routines. + 14-09-02 Cyrille Bagard <nocbos@gmail.com> * src/analysis/disass/fetch.c: |