SHA256
1
0
forked from pool/lz4

* fixes CVE-2019-17543 [bsc#1153936]

OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=46
This commit is contained in:
2020-09-22 13:01:01 +00:00
committed by Git OBS Bridge
parent ef1e7960f2
commit a4bad93183
2 changed files with 3 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ Tue Oct 15 14:48:45 UTC 2019 - pgajdos@suse.com
* decompression functions were reading a few bytes beyond input size
* api: lz4frame initializers compatibility with c++, reported by @degski
* cli : added command --list, based on a patch by @gabrielstedman
* fixes CVE-2019-17543 [bsc#1153936]
-------------------------------------------------------------------
Thu Jun 6 18:26:39 UTC 2019 - Jan Engelhardt <jengelh@inai.de>