Les articles publiés sur le site
-
27 novembre 2014, par Erik de Castro Lopo
Scripts/cross-build-win-binaries.mk : Add a 'clean' target.
- [DH] Scripts/cross-build-win-binaries.mk
-
27 novembre 2014, par Erik de Castro Lopo
examples/*/Makefile.am : Add CLEANFILES line to remove Windows .exe files.
- [DH] examples/c/decode/file/Makefile.am
- [DH] examples/c/encode/file/Makefile.am
- [DH] examples/cpp/decode/file/Makefile.am
- [DH] examples/cpp/encode/file/Makefile.am
-
27 novembre 2014, par Erik de Castro Lopo
tests/*.sh : Switch back to /bin/sh.
Jan Stary reported that on OpenBSD bash isn't located in /bin/
which means that the test fail. He also noted that there didn't
seem to be anything bash specific in the tests.
This patch takes some suggestions from Jan, plus a few fixes tested
on Debian using the bin/sh provided by bash and dash.
Suggested-by: Jan Stary <hans@stare.cz>
- [DH] test/common.sh.in
- [DH] test/test_bins.sh
- [DH] test/test_compression.sh
- [DH] test/test_flac.sh
- [DH] test/test_grabbag.sh
- [DH] test/test_libFLAC++.sh
- [DH] test/test_libFLAC.sh
- [DH] test/test_metaflac.sh
- [DH] test/test_replaygain.sh
- [DH] test/test_seeking.sh
- [DH] test/test_streams.sh
- [DH] test/test_wrapper.sh
-
27 novembre 2014, par Erik de Castro Lopo
src/libFLAC/stream_decoder.c : Fail safely to avoid a heap overflow.
This fix is closely related to the fix for CVE-2014-9028. When that
fix went public Miroslav Lichvar noticed a similar potential problem
spot in the same function and was able to craft a file to trigger a
heap write overflow.
Reported-by : Miroslav Lichvar <mlichvar@redhat.com>
- [DH] src/libFLAC/stream_decoder.c
-
26 novembre 2014, par Erik de Castro Lopo
changelog.html : Minor corrections in decoding speed entry.
- [DH] doc/html/changelog.html