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)
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.


No differences found