Les articles publiés sur le site
-
22 janvier 2016, par Erik de Castro Lopo
Fix three more cppcheck warnings
* src/flac/vorbiscomment.c:203: Uninitialized variable: converted.
* src/flac/vorbiscomment.c:210: Uninitialized variable: converted.
* src/test_libFLAC++/decoders.cpp:507: Memory leak: decoder.
- [DH] src/flac/vorbiscomment.c
- [DH] src/test_libFLAC++/decoders.cpp
-
22 janvier 2016, par Julien Nabet
Fix some cppcheck reports
* src/libFLAC/metadata_iterators.c:3247: (error) va_list `va` was opened
but not closed with va_end().
* src/share/grabbag/snprintf.c:66: (error) va_list `va` was opened but
not closed with va_end().
* src/utils/flactimer/main.cpp:84: (warning) Either the condition `!fout`
is redundant or there is possible null pointer dereference.
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
Closes: https://github.com/xiph/flac/pull/8
- [DH] src/libFLAC/metadata_iterators.c
- [DH] src/share/grabbag/snprintf.c
- [DH] src/utils/flactimer/main.cpp
-
19 janvier 2016, par Erik de Castro Lopo
macros.h: Make FLAC_CHECK_RETURN print to stderr
Also comment the fact that this macro should only be used for things
that are extremely unlikely to fail.
- [DH] include/share/macros.h
-
19 janvier 2016, par Erik de Castro Lopo
grabbag: Fix comment in header
Patch-from: lvqcl <lvqcl.mail@gmail.com>
- [DH] src/share/grabbag/snprintf.c
-
19 janvier 2016, par Erik de Castro Lopo
iffscan: Fix printf format strings
Patch-from: lvqcl <lvqcl.mail@gmail.com>