mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-26 19:40:24 +00:00
23c926d633
Some of the example programs (examples/generate.c, examples/sfprocess.c, examples/sndfile-to-text.c) didn't initialize the SF_INFO structure to zero before using it, leading to undefined behaviour. Add a memset() to fix this. Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com> |
||
---|---|---|
.. | ||
generate.c | ||
generate.cs | ||
list_formats.c | ||
make_sine.c | ||
Makefile.am | ||
sfprocess.c | ||
sndfile-to-text.c | ||
sndfilehandle.cc |