From b0a5110fe9b5678caabff8957cad14923dfe0693 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Fri, 5 Jun 2026 13:37:09 +0000 Subject: [PATCH] Fix FLAIM password reset pointer assignment --- flaim/src/imonfram.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flaim/src/imonfram.cpp b/flaim/src/imonfram.cpp index b712fa0..b75f654 100644 --- a/flaim/src/imonfram.cpp +++ b/flaim/src/imonfram.cpp @@ -627,7 +627,7 @@ RCODE F_SecureDbInfo::display( // Now, reset the session password if it exists. - pszPassword = '\0'; + pszPassword = NULL; if (fnSetSessionValue( pvSession, FLM_SECURE_PASSWORD, pszPassword,