Les articles publiés sur le site
-
14 décembre 2014, par Erik de Castro Lopo
src/flac/decode.c : Add WAVEFORMATEXTENSIBLE to WAV files as needed.
Patch-by: lvqcl <lvqcl.mail@gmail.com>
-
13 décembre 2014, par Karthik Periagaram
Grammatical error in make file comment fixed
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
-
13 décembre 2014, par Karthik Periagaram
Spelling and grammar fixes for console output
This commit fixes a typo in a console debug message encountered during
encoding. It also fixes a grammatical error in the same message.
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
-
11 décembre 2014, par Erik de Castro Lopo
stream_decoder.c : Fix free-ing of unitilialized pointer.
Found using afl (http://lcamtuf.coredump.cx/afl/).
- [DH] src/libFLAC/stream_decoder.c
-
10 décembre 2014, par Erik de Castro Lopo
src/libFLAC/stream_decoder.c : Fix seek bug.
Janne Hyvärinen reported a problem with seeking as a result of the
fix for CVE-2014-9028. This is a different solution to the issue
that should not adversely affect seeking.
This version of the fix for the above CVE has been extensively fuzz
tested using afl (http://lcamtuf.coredump.cx/afl/).
Reported-by: Janne Hyvärinen <cse@sci.fi>
- [DH] src/libFLAC/stream_decoder.c