From a5b03bab1b37dc1c9f0c5594c1a7cec9ce341d32 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 14 Jan 2025 01:29:51 +0100 Subject: [PATCH] Update doc/source/development/rfc/rfc105_safe_path_manipulation_functions.rst --- .../development/rfc/rfc105_safe_path_manipulation_functions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development/rfc/rfc105_safe_path_manipulation_functions.rst b/doc/source/development/rfc/rfc105_safe_path_manipulation_functions.rst index b3bd9df07a14..9f3dedb06d54 100644 --- a/doc/source/development/rfc/rfc105_safe_path_manipulation_functions.rst +++ b/doc/source/development/rfc/rfc105_safe_path_manipulation_functions.rst @@ -17,7 +17,7 @@ Summary This RFC adds safe versions, for use by C++ code, of all functions of cpl_path.cpp (such as CPLGetPath(), CPLGetDirname(), CPLGetBasename(), CPLGetExtension(), -CPLGetFormFilename(), CPLGetFormCIFilename(), etc.), that returns a result stored +CPLFormFilename(), CPLFormCIFilename(), etc.), that returns a result stored in more or less ephemeral storage, to avoid potential security issues related to their mis-use. It also covers converting most of the code base to the safer alternatives.