Skip to content

Commit

Permalink
Update doc/source/development/rfc/rfc105_safe_path_manipulation_funct…
Browse files Browse the repository at this point in the history
…ions.rst
  • Loading branch information
rouault authored Jan 14, 2025
1 parent 78293c6 commit a5b03ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a5b03ba

Please sign in to comment.