soltools/mkdepend/pr.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 896c097f1fa4bc9d2e5ea87a696c125bb335ecac
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Wed Mar 2 21:24:27 2022 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Thu Mar 3 10:15:26 2022 +0100

    cid#1500573 silence Untrusted loop bound
    
    Change-Id: Ic932ba264e6e593ac8e5432fa9afd440ff1aa2d9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130898
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/soltools/mkdepend/pr.c b/soltools/mkdepend/pr.c
index 2b0825221df6..7911502ed813 100644
--- a/soltools/mkdepend/pr.c
+++ b/soltools/mkdepend/pr.c
@@ -67,6 +67,7 @@ void add_include(struct filepointer *filep, struct inclist 
*file, struct inclist
     if (!newfile->i_searched) {
         newfile->i_searched = TRUE;
         content = getfile(newfile->i_file);
+        // coverity[tainted_data] - this is a build time tool
         find_includes(content, newfile, file_red, 0, failOK, incCollection, 
symbols);
         freefile(content);
     }

Reply via email to