From 54f873b6fc0e7e9e16b61b9c1bb39d92c890773f Mon Sep 17 00:00:00 2001 From: "James V. Geiger" Date: Thu, 29 Jun 2023 15:30:01 -0400 Subject: [PATCH] Disable AWRAL in user_557ww.cfg and user_ghis2s_557ww.cfg SonarQube reports an "Out of bound memory access" finding for AWRAL. A review of the code showed that that was a false positive finding. However, to remove this finding from the SonarQube report, I am disabling compiling AWRAL in LIS for the USAF configurations. USAF does not run AWRAL in operations. --- lis/make/user_557ww.cfg | 1 + lis/make/user_ghis2s_557ww.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/lis/make/user_557ww.cfg b/lis/make/user_557ww.cfg index 828c1bdcb..6ac484e7f 100644 --- a/lis/make/user_557ww.cfg +++ b/lis/make/user_557ww.cfg @@ -7,3 +7,4 @@ VIC.4.1.2: Off CLM.2: Off LSM RDHM.3.5.6: Off RAPID router: On +AWRAL: Off diff --git a/lis/make/user_ghis2s_557ww.cfg b/lis/make/user_ghis2s_557ww.cfg index 509fcfb0f..1697435fd 100644 --- a/lis/make/user_ghis2s_557ww.cfg +++ b/lis/make/user_ghis2s_557ww.cfg @@ -57,3 +57,4 @@ GeoWRSI.2: Off SUMMA.1.0: Off ESP boot: Off GLS: Off +AWRAL: Off