Fix-memory-leak-in-caf_read_header
This commit is contained in:
parent
e05ee1b98d
commit
ad34f3a7c3
@ -12,7 +12,8 @@ BuildRequires: sqlite-devel
|
|||||||
|
|
||||||
Patch1: 0001-CVE-2021-3246.patch
|
Patch1: 0001-CVE-2021-3246.patch
|
||||||
Patch2: 0002-CVE-2021-4156.patch
|
Patch2: 0002-CVE-2021-4156.patch
|
||||||
Patch3: 0003-fix1.patch
|
Patch3: 0003-Fix-memory-leak-in-caf_read_header.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Libsndfile is a C library for reading and writing files containing
|
Libsndfile is a C library for reading and writing files containing
|
||||||
sampled sound such as MS Windows WAV and the Apple/SGI AIFF format
|
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*
|
%{_mandir}/man1/sndfile-salvage.1*
|
||||||
|
|
||||||
%changelog
|
%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.
|
- Marked unimplemented dither enums in the header file as such.
|
||||||
- Fix typo
|
- Fix typo
|
||||||
- Fix memory leak in caf_read_header
|
- Fix memory leak in caf_read_header
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user