From cf9aa4287008dc314df283797bd9a32e684ac3df Mon Sep 17 00:00:00 2001 From: Jouni Paulus Date: Thu, 3 Aug 2023 09:15:34 +0200 Subject: [PATCH] re-introduce the switch FIX_613_DIRAC_NULL_PTR_USAN into options.h --- lib_com/options.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib_com/options.h b/lib_com/options.h index e08160f768..9a841e2ac7 100755 --- a/lib_com/options.h +++ b/lib_com/options.h @@ -214,6 +214,7 @@ #define FIX_549_PARAM_ISM_BIN_GAIN /* FhG: Issue 549 : fix too quiet binaural output in ParamISM */ #define FIX_618_STEREO_SW_DIV_BY_ZERO /* VA: fix issue 618 - UBSAN: division-by-zero in stereo bitrate switching */ #define FIX_625_IDX_OOB /* FhG: Fix index out-of-bounds UBSAN error (issue 625) */ +#define FIX_613_DIRAC_NULL_PTR_USAN /* Nokia: Issue #613: USAN in DirAC decoder setup */ #define MASA_AND_OBJECTS /* Nokia: Combination of MASA and objects */ -- GitLab