fix possible null pointer deref in lsx_make_lpf() (CVE-2019-8357)
commit2ce02fea7b350de9ddfbcf542ba4dd59a8ab255b
authorMans Rullgard <mans@mansr.com>
Wed, 24 Apr 2019 14:08:51 +0000 (24 15:08 +0100)
committerMans Rullgard <mans@mansr.com>
Wed, 24 Apr 2019 16:41:38 +0000 (24 17:41 +0100)
treecd7152690f1d426f12eac6961b6d505c22d1e62e
parentb7883ae1398499daaa926ae6621f088f0f531ed8
fix possible null pointer deref in lsx_make_lpf() (CVE-2019-8357)

If the buffer allocation fails, return NULL.
src/effects_i_dsp.c