Skip to content
New issue

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

oggenc: stack overflow with sanitizer #17

Open
yuweol opened this issue Feb 19, 2018 · 0 comments
Open

oggenc: stack overflow with sanitizer #17

yuweol opened this issue Feb 19, 2018 · 0 comments

Comments

@yuweol
Copy link

yuweol commented Feb 19, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant