diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-05-11 13:48:48 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-05-11 13:48:48 +0200 |
commit | d3275f49374d258c6962d101321b218fc70fec89 (patch) | |
tree | eef7acaf5fa02c78618bde26fbf4a5466e1cc52b /ChangeLog | |
parent | 2cbfb7eea3ab6bdcc056f5ce42967e79ddcda4a2 (diff) |
feh_printf: Fix buffer overflow when handling unknown format specifiers
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ git HEAD in it, and as I do not have the time to take over giblib development, importing the library seems to be the best solution. * Fix/improve --randomize for short filelists (closes #151) + * Fix a buffer overflow in the printf implementation when handling unknown + format specifiers (affects --action, --customlist, --index-info, --info, + --thumb-title and --title) Sun, 27 Apr 2014 20:28:02 +0200 Daniel Friesel <derf+feh@finalrewind.org> |