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

crash in parse.c function set_tuplet #90

Open
Microsvuln opened this issue Apr 29, 2021 · 0 comments
Open

crash in parse.c function set_tuplet #90

Microsvuln opened this issue Apr 29, 2021 · 0 comments

Comments

@Microsvuln
Copy link

There is a crash in the parse.c file and in set_tuplet when parsing a specific input file.

It's a high probability that it is a divide-by-zero error.

Output :

poc4:51:12: error: Bad character 'o'
AddressSanitizer:DEADLYSIGNAL
=================================================================
==29307==ERROR: AddressSanitizer: FPE on unknown address 0x00000062c842 (pc 0x00000062c842 bp 0x7fff4df03730 sp 0x7fff4df03480 T0)
    #0 0x62c842 in set_tuplet /home/arash/abcm2ps/parse.c:6250:31
    #1 0x62c842 in do_tune /home/arash/abcm2ps/parse.c:3630:4
    #2 0x54a1da in abc_eof /home/arash/abcm2ps/abcparse.c:202:2
    #3 0x54a1da in frontend /home/arash/abcm2ps/front.c:905:2
    #4 0x33549c in treat_file /home/arash/abcm2ps/abcm2ps.c:240:2
    #5 0x339393 in main /home/arash/abcm2ps/abcm2ps.c:1041:3
    #6 0x7f5fd7149bf6 in __libc_start_main /build/glibc-S9d2JN/glibc-2.27/csu/../csu/libc-start.c:310
    #7 0x2868d9 in _start (/home/arash/abcm2ps/abcm2ps.laf.asan+0x2868d9)

AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: FPE /home/arash/abcm2ps/parse.c:6250:31 in set_tuplet
==29307==ABORTING

poc4.zip

To reproduce :

./abcm2ps poc4

moinejf added a commit that referenced this issue May 2, 2021
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