Reply To: daapd is crashing while scanning

#5702
Denis
Participant

simply change

if(ext)

to

if(ext && strlen(ext) >=4)

in ca. line 577 in mp3-scanner.c.
that fixes the last bug.

Denis