From b8624035e09fbcef65f56403f3645936067d43df Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Fri, 13 Oct 2023 23:36:15 +0100 Subject: [PATCH] Addressed more issues raised by splint. --- docs/NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/NEWS.md b/docs/NEWS.md index 246b086..5185069 100644 --- a/docs/NEWS.md +++ b/docs/NEWS.md @@ -4,6 +4,7 @@ * fix: corrected compilation failure when without IPC support * fix: corrected percentage formatting so it doesn't jump from 2 to 3 characters wide at 100% ([#80](https://codeberg.org/a-j-wood/pv/issues/80)) * cleanup: compilation warnings fixed on non-IPC and MacOS systems + * cleanup: addressed more potential issues highlighted by the software auditing tools "`splint`" and "`flawfinder`" (see "`make analyse`") ### 1.8.0 - 24 September 2023