diff options
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: |