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)
Clang Code Model noticed the possible recognition of
v.size
as an uninitialized data which may lead to unexpected behavior. Also, make sureSDL_malloc()
will never be called with a zero value ofv.rest
, and avoid leading division by zero (when*audio_len
is divided byv.size
)