mpruett / audiofile

Audio File Library
https://audiofile.68k.org/
GNU Lesser General Public License v2.1
156 stars 43 forks source link

ModuleState: handle compress/decompress init failure #52

Open wtay opened 6 years ago

wtay commented 6 years ago

When the unit initcompress or initdecompress function fails, m_fileModule is NULL. Return AF_FAIL in that case instead of causing NULL pointer dereferences later.

Fixes #49