Package: libsndfile / 1.0.27-3

Metadata

Package Version Patches format
libsndfile 1.0.27-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_bufferoverflows.patch | (download)

src/flac.c | 190 112 + 78 - 0 !
src/id3.c | 8 5 + 3 - 0 !
2 files changed, 117 insertions(+), 81 deletions(-)

 fixes buffer write overflows
 CVE-2017-7741, CVE-2017-7586, CVE-2017-7585
CVE 2017 7742.patch | (download)

src/flac.c | 28 22 + 6 - 0 !
1 file changed, 22 insertions(+), 6 deletions(-)

 more fixes for flac error handling
 fixes CVE-2017-7742, CVE-2017-7741, CVE-2017-7585
CVE 2017 8365.patch | (download)

src/common.h | 1 1 + 0 - 0 !
src/flac.c | 13 13 + 0 - 0 !
src/sndfile.c | 1 1 + 0 - 0 !
3 files changed, 15 insertions(+)

 fixing buffer read/write overruns in flac-code
 CVE-2017-8365, CVE-2017-8363, CVE-2017-8361
fix_flac_memleaks.patch | (download)

src/flac.c | 13 4 + 9 - 0 !
1 file changed, 4 insertions(+), 9 deletions(-)

 fixing another memory leak in flac code
 CVE-2017-8363
CVE 2017 8362.patch | (download)

src/flac.c | 11 9 + 2 - 0 !
1 file changed, 9 insertions(+), 2 deletions(-)

 fixed yet another buffer read overflow in flac code
 CVE-2017-8362
fix_typos.patch | (download)

doc/bugs.html | 2 1 + 1 - 0 !
man/sndfile-interleave.1 | 2 1 + 1 - 0 !
programs/sndfile-convert.c | 2 1 + 1 - 0 !
src/ogg.c | 2 1 + 1 - 0 !
src/sndfile.c | 4 2 + 2 - 0 !
5 files changed, 6 insertions(+), 6 deletions(-)

 fixed spelling errors
 discovered by lintian