Les articles publiés sur le site
-
24 février 2015, par Erik de Castro Lopo
ci/flac-autotool.sh : Test 'distcheck' target instead of 'check'.
-
24 février 2015, par Erik de Castro Lopo
test/test_flac.sh : Make it work for 'make distcheck'.
An output file was being set to read only and hence could not be
overwritten by a later test. Not sure why this only affected the
'make distcheck' target.
-
23 février 2015, par Erik de Castro Lopo
Fix cursheet tests for 'make distcheck'.
- [DH] src/test_grabbag/cuesheet/main.c
- [DH] test/test_grabbag.sh
-
22 février 2015, par Erik de Castro Lopo
src/encode.c : Fix potential infinite loop in flac-toflac encoding.
A malformed file (generated by AFL) had a 'samples_left_to_process' value
of greater than the actual numbe of samples. When re-encoding the decoder
would get to the end of the file and then continuously return a decode
status of FLAC__STREAM_DECODER_END_OF_STREAM, causing an infinite loop.
Solution is to break out of the loop on two consecutive end-of-stream
events.
-
20 février 2015, par Erik de Castro Lopo
Add file ci/flac-autotool.sh.
Currently only does 'make check' because 'make distcheck' is currently
broken.