Fix-memory-leak-in-caf_read_header

This commit is contained in:
ctl-ly 2022-12-29 11:16:19 +08:00
parent e05ee1b98d
commit ad34f3a7c3
2 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,8 @@ BuildRequires: sqlite-devel
Patch1: 0001-CVE-2021-3246.patch
Patch2: 0002-CVE-2021-4156.patch
Patch3: 0003-fix1.patch
Patch3: 0003-Fix-memory-leak-in-caf_read_header.patch
%description
Libsndfile is a C library for reading and writing files containing
sampled sound such as MS Windows WAV and the Apple/SGI AIFF format
@ -116,7 +117,7 @@ LD_LIBRARY_PATH=$PWD/src/.libs make check
%{_mandir}/man1/sndfile-salvage.1*
%changelog
* Wed Dec 28 2022 liying <liying_1@chinatelecom.cn> - 1.0.31-3
* Wed Dec 29 2022 liying <liying_1@chinatelecom.cn> - 1.0.31-3
- Marked unimplemented dither enums in the header file as such.
- Fix typo
- Fix memory leak in caf_read_header