libsdl-org / SDL_mixer

An audio mixer that supports various file formats for Simple Directmedia Layer.
zlib License
433 stars 146 forks source link

load_voc.c: Fixed Clang warning #404

Closed Wohlstand closed 2 years ago

Wohlstand commented 2 years ago

Clang Code Model noticed the possible recognition of v.size as an uninitialized data which may lead to unexpected behavior. Also, make sure SDL_malloc() will never be called with a zero value of v.rest, and avoid leading division by zero (when *audio_len is divided by v.size)