Package: libsndfile / 1.2.0-1+deb12u1

Metadata

Package Version Patches format
libsndfile 1.2.0-1+deb12u1 3.0 (quilt)

Patch series

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

programs/sndfile-convert.c | 2 1 + 1 - 0 !
src/ogg.c | 2 1 + 1 - 0 !
src/ogg_opus.c | 2 1 + 1 - 0 !
src/wavlike.c | 2 1 + 1 - 0 !
tests/misc_test.c | 2 1 + 1 - 0 !
tests/win32_test.c | 12 6 + 6 - 0 !
6 files changed, 11 insertions(+), 11 deletions(-)

 fixed spelling errors

CVE 2022 33065.patch | (download)

src/mat4.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] mat4/mat5: fix int overflow in dataend calculation


CVE 2024 50612.patch | (download)

src/ogg.c | 12 8 + 4 - 0 !
src/ogg_opus.c | 17 10 + 7 - 0 !
src/ogg_vorbis.c | 170 96 + 74 - 0 !
3 files changed, 114 insertions(+), 85 deletions(-)

 [patch] src/ogg: better error checking for vorbis. fixes #1035