We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi, I just want to test this repo so i attach ASAN during the compile phase. When i run ./vorbis_test the ASAN detected memory leaks, is it a bug ?
./vorbis_test
==7487==ERROR: LeakSanitizer: detected memory leaks Direct leak of 62656 byte(s) in 22 object(s) allocated from: #0 0x4b1ec0 in malloc /home/bupt/Desktop/tools/llvm-12.0.1/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cpp:145 #1 0x4ff7b1 in vorbis_encode_residue_setup /home/bupt/Desktop/vorbis/lib/vorbisenc.c:463:5 #2 0x4ff7b1 in vorbis_encode_map_n_res_setup /home/bupt/Desktop/vorbis/lib/vorbisenc.c:612:7 #3 0x4ff7b1 in vorbis_encode_setup_init /home/bupt/Desktop/vorbis/lib/vorbisenc.c:828:3 SUMMARY: AddressSanitizer: 62656 byte(s) leaked in 22 allocation(s).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi, I just want to test this repo so i attach ASAN during the compile phase. When i run
./vorbis_test
the ASAN detected memory leaks, is it a bug ?The text was updated successfully, but these errors were encountered: