nu774 / fdkaac

command line encoder frontend for libfdk-aac
Other
261 stars 59 forks source link

New issue about FPE_in_wav_open #52

Closed Cvjark closed 2 years ago

Cvjark commented 2 years ago

sample file

id0_FPE_in_wav_open.zip

command to reproduce

./fdkaac -m3 [sample file] -o /dev/null

crash detail

AddressSanitizer:DEADLYSIGNAL
=================================================================
==78507==ERROR: AddressSanitizer: FPE on unknown address 0x00000053ad51 (pc 0x00000053ad51 bp 0x7ffea0d7ea30 sp 0x7ffea0d7e720 T0)
    #0 0x53ad51 in wav_open /home/bupt/Desktop/fdkaac/src/wav_reader.c:210:54
    #1 0x51e33b in open_input /home/bupt/Desktop/fdkaac/src/main.c:746:27
    #2 0x51e33b in main /home/bupt/Desktop/fdkaac/src/main.c:802:19
    #3 0x7f728a35ec86 in __libc_start_main /build/glibc-CVJwZb/glibc-2.27/csu/../csu/libc-start.c:310
    #4 0x41c9d9 in _start (/home/bupt/Desktop/fdkaac/fdkaac+0x41c9d9)

AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: FPE /home/bupt/Desktop/fdkaac/src/wav_reader.c:210:54 in wav_open
==78507==ABORTING
nu774 commented 2 years ago

I cannot download the attached file. Can you provide me with the sample file again?

Cvjark commented 2 years ago

I cannot download the attached file. Can you provide me with the sample file again?

Please try this link : https://drive.google.com/file/d/1y4szMh-SIpqXdFVlMlpxMctcDzuPcFka/view?usp=sharing

nu774 commented 2 years ago

Thanks for reporting, fixed it.