diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-07-15 09:58:58 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-07-15 09:58:58 (GMT) |
commit | 52d721c47cce927345cb5e66674ca2cc48d75349 (patch) | |
tree | fbfb4e38586f96f17e282b45851c70edaa5e0536 /ChangeLog | |
parent | f3184725ec750317c04f1989ac83c2bbc75865a9 (diff) |
Truncated binary portions to fit the binary content size if needed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +17-07-15 Cyrille Bagard <nocbos@gmail.com> + + * src/format/elf/elf.c: + Typo. + + * src/format/executable.c: + Truncate binary portions to fit the binary content size if needed. + + * src/glibext/gbinportion.c: + * src/glibext/gbinportion.h: + Allow to reduce the size of a built binary portion. + 17-07-14 Cyrille Bagard <nocbos@gmail.com> * src/gtkext/gtkbufferdisplay.c: |