From e5729b7b664465d00dea12d20bdcaf9bee2b00b4 Mon Sep 17 00:00:00 2001 From: Stefan Bayer Date: Thu, 21 Sep 2023 08:50:15 +0200 Subject: [PATCH] reintroduce missing define FIX_678_ISM_SBA_ASAN for the fix, code itself is already there --- lib_com/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_com/options.h b/lib_com/options.h index f00d747592..26c8480522 100644 --- a/lib_com/options.h +++ b/lib_com/options.h @@ -175,7 +175,7 @@ #define FIX_ISMRENDERER_HANDLE_DEALLOC /* VA: issue 781: harmonize Deallocation of handle 'hIsmRendererData' */ #define FIX_782_OSBA_FUNCTION_NAMES /* VA: fix 782: correct OSBA function names */ #define PARAM_ISM_REFACTOR /* FhG: Issue 768: Refactoring to decouple hDirAC and hParamISM */ - +#define FIX_678_ISM_SBA_ASAN /* FhG: Issue 678: ASAN in ISM to SBA conversion in JBM */ /* #################### End BE switches ################################## */ -- GitLab