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
Hello. I'd like to report stack overflow bug in oggenc (1.4.0 version)
I built oggenc with below options. CC=clang CFLAGS="-fsanitize=address -g" LDFLAGS="-fsanitize=address -g" ./configure; make
I attached a file "poc" which was compressed as a zip file. and also below is the error message.
==7787==ERROR: AddressSanitizer: stack-overflow on address 0x7fff2929d2f8 (pc 0x0000004f598a bp 0x7fffffffd8d0 sp 0x7fff2929d
300 T0) #0 0x4f5989 (/home/june/temp/report/binary/vorbis-tools-1.4.0/oggenc/oggenc+0x4f5989) #1 0x4f6ae3 (/home/june/temp/report/binary/vorbis-tools-1.4.0/oggenc/oggenc+0x4f6ae3) #2 0x4f140f (/home/june/temp/report/binary/vorbis-tools-1.4.0/oggenc/oggenc+0x4f140f) #3 0x7ffff6561f29 (/lib/x86_64-linux-gnu/libc.so.6+0x20f29) #4 0x41c649 (/home/june/temp/report/binary/vorbis-tools-1.4.0/oggenc/oggenc+0x41c649)
SUMMARY: AddressSanitizer: stack-overflow (/home/june/temp/report/binary/vorbis-tools-1.4.0/oggenc/oggenc+0x4f5989) ==7787==ABORTING
poc.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello. I'd like to report stack overflow bug in oggenc (1.4.0 version)
I built oggenc with below options.
CC=clang CFLAGS="-fsanitize=address -g" LDFLAGS="-fsanitize=address -g" ./configure; make
I attached a file "poc" which was compressed as a zip file.
and also below is the error message.
./oggenc poc -o output
ASAN:DEADLYSIGNAL
==7787==ERROR: AddressSanitizer: stack-overflow on address 0x7fff2929d2f8 (pc 0x0000004f598a bp 0x7fffffffd8d0 sp 0x7fff2929d
300 T0)
#0 0x4f5989 (/home/june/temp/report/binary/vorbis-tools-1.4.0/oggenc/oggenc+0x4f5989)
#1 0x4f6ae3 (/home/june/temp/report/binary/vorbis-tools-1.4.0/oggenc/oggenc+0x4f6ae3)
#2 0x4f140f (/home/june/temp/report/binary/vorbis-tools-1.4.0/oggenc/oggenc+0x4f140f)
#3 0x7ffff6561f29 (/lib/x86_64-linux-gnu/libc.so.6+0x20f29)
#4 0x41c649 (/home/june/temp/report/binary/vorbis-tools-1.4.0/oggenc/oggenc+0x41c649)
SUMMARY: AddressSanitizer: stack-overflow (/home/june/temp/report/binary/vorbis-tools-1.4.0/oggenc/oggenc+0x4f5989)
==7787==ABORTING
poc.zip
The text was updated successfully, but these errors were encountered: