f4exb / dsdcc

Digital Speech Decoder (DSD) rewritten as a C++ library
286 stars 60 forks source link

Do not memset after the end of the array #55

Closed dforsi closed 1 year ago

dforsi commented 1 year ago

Fixes an error found by cppcheck: nxdn.cpp:260:12: error: Buffer is accessed out of bounds: m_syncBuffer [bufferAccessOutOfBounds]

github-actions[bot] commented 1 year ago

This PR is going to be closed due to inactivity