Prevent segfault while scanning for MP3 files
authorvobe <vobe@jackal.fr>
Thu, 25 Dec 2014 11:11:32 +0000 (12:11 +0100)
committervobe <vobe@jackal.fr>
Thu, 25 Dec 2014 11:11:32 +0000 (12:11 +0100)
commit8a601d66cb7d71bcd7c8f018da11aa7c42fe3fe8
treee959f0730c6ad570452a14c0c30824f4a3405118
parent2babf3518e258cc3d6649f6e34a267e83dffd7d9
Prevent segfault while scanning for MP3 files

Make sure the destination string is NULL-terminated when building the uppercase extension. The tmp_ext_u array is uninitialized when it's passed to this function.
pico/cd/cd_image.c