diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2017-04-03 06:33:09 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2017-04-03 06:33:09 +0200 | 
| commit | e507ef3e2e00df78ced9c10ecc43f07c12a15508 (patch) | |
| tree | 0b071075c385ab95a59643d849076e1ce4db5831 | |
| parent | 03a649231e5016b81e49a76880bade8925dc816c (diff) | |
changelog
| -rw-r--r-- | ChangeLog | 7 | 
1 files changed, 7 insertions, 0 deletions
| @@ -3,9 +3,16 @@ git HEAD      * Fix double-free/OOB-write in E17 IPC. This only affects the        background setting options and requires a malicious X11 app to run        alongside feh and pretend to be an E17 window manager. +      (patch by Tobias Stoeckmann)      * Fix image-specific format specifiers not being updated correctly in        thumbnail mode window titles      * Fix memory leak when closing images opened from thumbnail mode +    * Fix a possible out of bounds read caused by an unterminated string when +      using --output to save images in long paths. (patch by Tobias Stoeckmann) +    * Fix out of bounds read/write when handling empty or broken caption files. +      (patch by Tobias Stoeckmann) +    * Fix memory leak when saving a filelist or image whose target filename +      already exists. (patch by Tobias Stoeckmann)  Thu, 16 Feb 2017 23:05:39 +0100  Daniel Friesel <derf+feh@finalrewind.org> | 
