codemaker/source/pythonmaker/pythonmaker.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 756adb57517dbf8f5bcff9c8cb978ef7c2277d91 Author: Caolán McNamara <[email protected]> AuthorDate: Sun Aug 31 20:19:18 2025 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Mon Sep 1 09:16:30 2025 +0200 cid#1665185 silence Untrusted loop bound like the other "makers" in the module Change-Id: Idb8a672e422690a09240d4508bbd07d8d9091bea Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190443 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> diff --git a/codemaker/source/pythonmaker/pythonmaker.cxx b/codemaker/source/pythonmaker/pythonmaker.cxx index d33347f055be..a6e9280689ff 100644 --- a/codemaker/source/pythonmaker/pythonmaker.cxx +++ b/codemaker/source/pythonmaker/pythonmaker.cxx @@ -26,6 +26,7 @@ #include "pythonoptions.hxx" #include "pythontype.hxx" +// coverity[tainted_data] - this is a build time tool SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) { // Object to hold parsed command-line options.
