poppler-25.07.0-3.fc44
List of Findings
Error: CPPCHECK_WARNING (CWE-227): [#def1]
poppler-25.07.0/glib/poppler-document.cc:2967: error[stlcstr]: Dangerous usage of c_str(). The value returned by c_str() is invalid after this call.
Error: CPPCHECK_WARNING (CWE-457): [#def2]
poppler-25.07.0/glib/poppler-page.cc:2561: error[uninitvar]: Uninitialized variable: prev_word_i
Error: GCC_ANALYZER_WARNING (CWE-401): [#def3]
poppler-25.07.0/glib/tests/pdfdrawbb.c:27:22: warning[-Wanalyzer-malloc-leak]: leak of ‘pdfaddsuffix(infilename, "bb")’
poppler-25.07.0/glib/tests/pdfdrawbb.c:45:5: enter_function: entry to ‘main’
poppler-25.07.0/glib/tests/pdfdrawbb.c:73:8: branch_true: following ‘true’ branch (when ‘usage == 0’)...
poppler-25.07.0/glib/tests/pdfdrawbb.c:73:19: branch_true: ...to here
poppler-25.07.0/glib/tests/pdfdrawbb.c:73:9: branch_false: following ‘false’ branch...
poppler-25.07.0/glib/tests/pdfdrawbb.c:84:22: branch_false: ...to here
poppler-25.07.0/glib/tests/pdfdrawbb.c:85:8: branch_false: following ‘false’ branch (when ‘infilename’ is non-NULL)...
poppler-25.07.0/glib/tests/pdfdrawbb.c:88:19: branch_false: ...to here
poppler-25.07.0/glib/tests/pdfdrawbb.c:88:19: call_function: calling ‘pdfaddsuffix’ from ‘main’
poppler-25.07.0/glib/tests/pdfdrawbb.c:88:19: return_function: returning to ‘main’ from ‘pdfaddsuffix’
poppler-25.07.0/glib/tests/pdfdrawbb.c:92:14: throw: if ‘g_file_new_for_path’ throws an exception...
poppler-25.07.0/glib/tests/pdfdrawbb.c:27:22: danger: ‘pdfaddsuffix(infilename, "bb")’ leaks here; was allocated at [(10)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/9)
Error: CPPCHECK_WARNING (CWE-476): [#def4]
poppler-25.07.0/glib/tests/pdfdrawbb.c:28: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: outfile
Error: GCC_ANALYZER_WARNING (CWE-688): [#def5]
poppler-25.07.0/glib/tests/pdfdrawbb.c:28:5: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘outfile’ where non-null expected
poppler-25.07.0/glib/tests/pdfdrawbb.c:27:15: acquire_memory: this call could return NULL
poppler-25.07.0/glib/tests/pdfdrawbb.c:28:5: danger: argument 1 (‘outfile’) from [(1)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/0) could be NULL where non-null expected
Error: CPPCHECK_WARNING (CWE-476): [#def6]
poppler-25.07.0/glib/tests/pdfdrawbb.c:31: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: outfile
Error: CPPCHECK_WARNING (CWE-562): [#def7]
poppler-25.07.0/goo/gmem.h:192: error[returnDanglingLifetime]: Returning pointer to local variable 'r' that will be invalid when returning.
Error: CPPCHECK_WARNING (CWE-562): [#def8]
poppler-25.07.0/goo/gmem.h:200: error[returnDanglingLifetime]: Returning pointer to local variable 'r' that will be invalid when returning.
Error: CPPCHECK_WARNING (CWE-476): [#def9]
poppler-25.07.0/goo/gstrtod.cc:105: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: c
Error: CPPCHECK_WARNING (CWE-476): [#def10]
poppler-25.07.0/goo/gstrtod.cc:114: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: copy
Error: CPPCHECK_WARNING (CWE-476): [#def11]
poppler-25.07.0/goo/gstrtod.cc:130: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: copy
Error: CPPCHECK_WARNING (CWE-682): [#def12]
poppler-25.07.0/goo/gstrtod.cc:131: error[nullPointerArithmeticOutOfMemory]: If memory allocation fails: pointer addition with NULL pointer.
Error: CPPCHECK_WARNING (CWE-476): [#def13]
poppler-25.07.0/goo/gstrtod.cc:134: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: copy
Error: CPPCHECK_WARNING (CWE-562): [#def14]
poppler-25.07.0/poppler/CachedFile.cc:190: error[danglingLifetime]: Non-local variable 'chunks' will use pointer to local variable 'loadChunks'.
Error: CPPCHECK_WARNING (CWE-562): [#def15]
poppler-25.07.0/poppler/CachedFile.cc:192: error[danglingLifetime]: Non-local variable 'chunks' will use pointer to local variable 'loadChunks'.
Error: CPPCHECK_WARNING (CWE-457): [#def16]
poppler-25.07.0/poppler/CachedFile.cc:246: warning[uninitvar]: Uninitialized variable: chunk
Error: CPPCHECK_WARNING (CWE-457): [#def17]
poppler-25.07.0/poppler/CairoOutputDev.cc:3445: warning[uninitvar]: Uninitialized variable: pix
Error: CPPCHECK_WARNING (CWE-457): [#def18]
poppler-25.07.0/poppler/Decrypt.cc:270: warning[uninitvar]: Uninitialized variable: tmpKey
Error: CPPCHECK_WARNING (CWE-457): [#def19]
poppler-25.07.0/poppler/Decrypt.cc:1780: error[uninitvar]: Uninitialized variable: totalLength
Error: CPPCHECK_WARNING (CWE-664): [#def20]
poppler-25.07.0/poppler/Form.cc:1455: error[mismatchingContainers]: Iterators of different containers 'children[i]' and 'children[j]' are used together.
Error: CPPCHECK_WARNING (CWE-457): [#def21]
poppler-25.07.0/poppler/Function.cc:400: warning[uninitvar]: Uninitialized variable: in
Error: CPPCHECK_WARNING (CWE-457): [#def22]
poppler-25.07.0/poppler/Gfx.cc:1477: warning[uninitvar]: Uninitialized variable: &color
Error: CPPCHECK_WARNING (CWE-457): [#def23]
poppler-25.07.0/poppler/Gfx.cc:1494: warning[uninitvar]: Uninitialized variable: &color
Error: CPPCHECK_WARNING (CWE-457): [#def24]
poppler-25.07.0/poppler/GfxState.cc:2663: warning[uninitvar]: Uninitialized variable: &color2
Error: CPPCHECK_WARNING (CWE-457): [#def25]
poppler-25.07.0/poppler/GfxState.cc:2685: warning[uninitvar]: Uninitialized variable: &color2
Error: CPPCHECK_WARNING (CWE-457): [#def26]
poppler-25.07.0/poppler/GfxState.cc:2932: warning[uninitvar]: Uninitialized variable: x
Error: CPPCHECK_WARNING (CWE-457): [#def27]
poppler-25.07.0/poppler/GfxState.cc:2936: warning[uninitvar]: Uninitialized variable: &color2
Error: CPPCHECK_WARNING (CWE-457): [#def28]
poppler-25.07.0/poppler/GfxState.cc:2948: warning[uninitvar]: Uninitialized variable: x
Error: CPPCHECK_WARNING (CWE-457): [#def29]
poppler-25.07.0/poppler/GfxState.cc:2952: warning[uninitvar]: Uninitialized variable: &color2
Error: CPPCHECK_WARNING (CWE-457): [#def30]
poppler-25.07.0/poppler/GfxState.cc:2964: warning[uninitvar]: Uninitialized variable: x
Error: CPPCHECK_WARNING (CWE-457): [#def31]
poppler-25.07.0/poppler/GfxState.cc:2968: warning[uninitvar]: Uninitialized variable: &color2
Error: CPPCHECK_WARNING (CWE-457): [#def32]
poppler-25.07.0/poppler/GfxState.cc:5701: warning[uninitvar]: Uninitialized variable: &color
Error: CPPCHECK_WARNING (CWE-457): [#def33]
poppler-25.07.0/poppler/GfxState.cc:5719: warning[uninitvar]: Uninitialized variable: &color
Error: CPPCHECK_WARNING (CWE-457): [#def34]
poppler-25.07.0/poppler/GfxState.cc:6040: warning[uninitvar]: Uninitialized variable: &color
Error: CPPCHECK_WARNING (CWE-457): [#def35]
poppler-25.07.0/poppler/GfxState.cc:6058: warning[uninitvar]: Uninitialized variable: &color
Error: CPPCHECK_WARNING (CWE-476): [#def36]
poppler-25.07.0/poppler/GfxState.h:1661: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: intent
Error: CPPCHECK_WARNING (CWE-457): [#def37]
poppler-25.07.0/poppler/Outline.cc:189: warning[uninitvar]: Uninitialized variables: nextRef.num, nextRef.gen
Error: CPPCHECK_WARNING (CWE-457): [#def38]
poppler-25.07.0/poppler/PSOutputDev.cc:1049: warning[uninitvar]: Uninitialized variable: x
Error: CPPCHECK_WARNING (CWE-476): [#def39]
poppler-25.07.0/poppler/PSOutputDev.cc:1567: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: sanitizedTitle
Error: CPPCHECK_WARNING (CWE-457): [#def40]
poppler-25.07.0/poppler/UTF.cc:203: warning[uninitvar]: Uninitialized variable: *codep
Error: CPPCHECK_WARNING (CWE-562): [#def41]
poppler-25.07.0/poppler/UnicodeMap.cc:222: error[returnDanglingLifetime]: Returning pointer to local variable 'map' that will be invalid when returning.
Error: COMPILER_WARNING (CWE-477): [#def42]
poppler-25.07.0/qt5/src/poppler-annotation.cc: scope_hint: In constructor ‘Poppler::Annotation::Annotation(Poppler::AnnotationPrivate&, const QDomNode&)’
poppler-25.07.0/qt5/src/poppler-annotation.cc:1125:54: warning[-Wdeprecated-declarations]: ‘static QDomElement Poppler::AnnotationUtils::findChildElement(const QDomNode&, const QString&)’ is deprecated
poppler-25.07.0/qt5/src/poppler-annotation.cc:126:13: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def43]
poppler-25.07.0/qt5/src/poppler-annotation.cc:1265:62: warning[-Wdeprecated-declarations]: ‘static Poppler::Annotation* Poppler::AnnotationUtils::createAnnotation(const QDomElement&)’ is deprecated
poppler-25.07.0/qt5/src/poppler-annotation.cc:79:13: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def44]
poppler-25.07.0/qt5/src/poppler-annotation.cc: scope_hint: In member function ‘void Poppler::Annotation::storeBaseAnnotationProperties(QDomNode&, QDomDocument&) const’
poppler-25.07.0/qt5/src/poppler-annotation.cc:1397:41: warning[-Wdeprecated-declarations]: ‘static void Poppler::AnnotationUtils::storeAnnotation(const Poppler::Annotation*, QDomElement&, QDomDocument&)’ is deprecated
poppler-25.07.0/qt5/src/poppler-annotation.cc:117:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def45]
poppler-25.07.0/qt6/src/poppler-qiodeviceoutstream.cc: scope_hint: In function ‘int Poppler::poppler_vasprintf(char**, const char*, __va_list_tag*)’
poppler-25.07.0/qt6/src/poppler-qiodeviceoutstream.cc:62:22: warning[-Wdeprecated-declarations]: ‘int qvsnprintf(char*, size_t, const char*, __va_list_tag*)’ is deprecated: Use C++11 std::vsnprintf() instead, taking care to ensure that you didn't rely on QString::asprintf() idiosyncrasies that qvsnprintf might, but std::vsnprintf() does not, support.
/usr/include/qt6/QtCore/qbytearray.h:15: included_from: Included from here.
/usr/include/qt6/QtCore/qstringview.h:11: included_from: Included from here.
/usr/include/qt6/QtCore/qchar.h:723: included_from: Included from here.
/usr/include/qt6/QtCore/qstring.h:15: included_from: Included from here.
/usr/include/qt6/QtCore/qobject.h:11: included_from: Included from here.
/usr/include/qt6/QtCore/qiodevice.h:10: included_from: Included from here.
/usr/include/qt6/QtCore/QIODevice:1: included_from: Included from here.
poppler-25.07.0/qt6/src/poppler-qiodeviceoutstream.cc:25: included_from: Included from here.
/usr/include/qt6/QtCore/qbytearrayalgorithms.h:151:19: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def46]
/usr/include/qt6/QtTest/qtest.h:13: included_from: Included from here.
/usr/include/qt6/QtTest/QTest:1: included_from: Included from here.
poppler-25.07.0/qt6/tests/check_attachments.cpp:1: included_from: Included from here.
poppler-25.07.0/qt6/tests/check_attachments.cpp: scope_hint: In member function ‘void TestAttachments::checkAttach2()’
poppler-25.07.0/qt6/tests/check_attachments.cpp:79:93: warning[-Wdeprecated-declarations]: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead
/usr/include/qt6/QtCore/qcborvalue.h:11: included_from: Included from here.
/usr/include/qt6/QtCore/qcborarray.h:8: included_from: Included from here.
/usr/include/qt6/QtTest/qtesttostring.h:17: included_from: Included from here.
/usr/include/qt6/QtTest/qtestcase.h:8: included_from: Included from here.
/usr/include/qt6/QtCore/qdatetime.h:362:5: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def47]
poppler-25.07.0/qt6/tests/check_attachments.cpp:80:90: warning[-Wdeprecated-declarations]: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead
/usr/include/qt6/QtCore/qdatetime.h:362:5: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def48]
poppler-25.07.0/qt6/tests/check_attachments.cpp:86:93: warning[-Wdeprecated-declarations]: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead
/usr/include/qt6/QtCore/qdatetime.h:362:5: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def49]
poppler-25.07.0/qt6/tests/check_attachments.cpp:87:90: warning[-Wdeprecated-declarations]: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead
/usr/include/qt6/QtCore/qdatetime.h:362:5: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def50]
poppler-25.07.0/qt6/tests/check_attachments.cpp:93:94: warning[-Wdeprecated-declarations]: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead
/usr/include/qt6/QtCore/qdatetime.h:362:5: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def51]
poppler-25.07.0/qt6/tests/check_attachments.cpp:94:91: warning[-Wdeprecated-declarations]: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead
/usr/include/qt6/QtCore/qdatetime.h:362:5: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def52]
poppler-25.07.0/qt6/tests/check_attachments.cpp: scope_hint: In member function ‘void TestAttachments::checkAttach3()’
poppler-25.07.0/qt6/tests/check_attachments.cpp:112:93: warning[-Wdeprecated-declarations]: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead
/usr/include/qt6/QtCore/qdatetime.h:362:5: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def53]
poppler-25.07.0/qt6/tests/check_attachments.cpp:113:90: warning[-Wdeprecated-declarations]: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead
/usr/include/qt6/QtCore/qdatetime.h:362:5: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def54]
poppler-25.07.0/qt6/tests/check_attachments.cpp: scope_hint: In member function ‘void TestAttachments::checkAttach4()’
poppler-25.07.0/qt6/tests/check_attachments.cpp:131:93: warning[-Wdeprecated-declarations]: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead
/usr/include/qt6/QtCore/qdatetime.h:362:5: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def55]
poppler-25.07.0/qt6/tests/check_attachments.cpp:132:90: warning[-Wdeprecated-declarations]: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead
/usr/include/qt6/QtCore/qdatetime.h:362:5: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def56]
/usr/include/qt6/QtTest/qtest.h:13: included_from: Included from here.
/usr/include/qt6/QtTest/QTest:1: included_from: Included from here.
poppler-25.07.0/qt6/tests/check_dateConversion.cpp:1: included_from: Included from here.
poppler-25.07.0/qt6/tests/check_dateConversion.cpp: scope_hint: In member function ‘void TestDateConv::checkDates()’
poppler-25.07.0/qt6/tests/check_dateConversion.cpp:72:83: warning[-Wdeprecated-declarations]: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead
/usr/include/qt6/QtCore/qcborvalue.h:11: included_from: Included from here.
/usr/include/qt6/QtCore/qcborarray.h:8: included_from: Included from here.
/usr/include/qt6/QtTest/qtesttostring.h:17: included_from: Included from here.
/usr/include/qt6/QtTest/qtestcase.h:8: included_from: Included from here.
/usr/include/qt6/QtCore/qdatetime.h:362:5: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def57]
/usr/include/qt6/QtTest/qtest.h:13: included_from: Included from here.
/usr/include/qt6/QtTest/QTest:1: included_from: Included from here.
poppler-25.07.0/qt6/tests/check_metadata.cpp:1: included_from: Included from here.
poppler-25.07.0/qt6/tests/check_metadata.cpp: scope_hint: In member function ‘void TestMetaData::checkDate()’
poppler-25.07.0/qt6/tests/check_metadata.cpp:139:107: warning[-Wdeprecated-declarations]: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead
/usr/include/qt6/QtCore/qcborvalue.h:11: included_from: Included from here.
/usr/include/qt6/QtCore/qcborarray.h:8: included_from: Included from here.
/usr/include/qt6/QtTest/qtesttostring.h:17: included_from: Included from here.
/usr/include/qt6/QtTest/qtestcase.h:8: included_from: Included from here.
/usr/include/qt6/QtCore/qdatetime.h:362:5: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def58]
poppler-25.07.0/qt6/tests/check_metadata.cpp:140:112: warning[-Wdeprecated-declarations]: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead
/usr/include/qt6/QtCore/qdatetime.h:362:5: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def59]
poppler-25.07.0/qt6/tests/poppler-forms.cpp: scope_hint: In function ‘int main(int, char**)’
poppler-25.07.0/qt6/tests/poppler-forms.cpp:267:76: warning[-Wdeprecated-declarations]: ‘static QDateTime QDateTime::fromSecsSinceEpoch(qint64, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead of time-spec, offset
/usr/include/qt6/QtCore/QDateTime:1: included_from: Included from here.
poppler-25.07.0/qt6/tests/poppler-forms.cpp:2: included_from: Included from here.
/usr/include/qt6/QtCore/qdatetime.h:491:22: note: declared here
Error: GCC_ANALYZER_WARNING (CWE-401): [#def60]
poppler-25.07.0/redhat-linux-build/CMakeFiles/CMakeScratch/TryCompile-nNkFNU/src.c:9:9: warning[-Wanalyzer-malloc-leak]: leak of ‘iconv_open("to", "from")’
poppler-25.07.0/redhat-linux-build/CMakeFiles/CMakeScratch/TryCompile-nNkFNU/src.c:8:14: acquire_memory: allocated here
poppler-25.07.0/redhat-linux-build/CMakeFiles/CMakeScratch/TryCompile-nNkFNU/src.c:9:9: throw: if ‘iconv’ throws an exception...
poppler-25.07.0/redhat-linux-build/CMakeFiles/CMakeScratch/TryCompile-nNkFNU/src.c:9:9: danger: ‘iconv_open("to", "from")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def61]
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:329:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(signals_filename, "w")’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:318:1: enter_function: entry to ‘output_signals’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:323:8: acquire_resource: opened here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:324:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:324:6: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:329:15: branch_true: following ‘true’ branch...
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:330:5: branch_true: ...to here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:330:5: call_function: calling ‘output_object_signals’ from ‘output_signals’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def62]
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:329:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(signals_filename, "w")’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:318:1: enter_function: entry to ‘output_signals’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:323:8: acquire_memory: allocated here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:324:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:324:6: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:329:15: branch_true: following ‘true’ branch...
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:330:5: branch_true: ...to here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:330:5: call_function: calling ‘output_object_signals’ from ‘output_signals’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def63]
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:644:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(hierarchy_filename, "w")’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:593:1: enter_function: entry to ‘output_object_hierarchy’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:600:8: acquire_resource: opened here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:601:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:605:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def64]
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:644:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(hierarchy_filename, "w")’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:593:1: enter_function: entry to ‘output_object_hierarchy’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:600:8: acquire_memory: allocated here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:601:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:605:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def65]
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:646:14: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(hierarchy_filename, "w")’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:593:1: enter_function: entry to ‘output_object_hierarchy’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:600:8: acquire_resource: opened here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:601:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:605:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def66]
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:646:14: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(hierarchy_filename, "w")’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:593:1: enter_function: entry to ‘output_object_hierarchy’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:600:8: acquire_memory: allocated here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:601:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:605:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def67]
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:648:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(hierarchy_filename, "w")’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:593:1: enter_function: entry to ‘output_object_hierarchy’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:600:8: acquire_resource: opened here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:601:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:605:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def68]
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:648:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(hierarchy_filename, "w")’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:593:1: enter_function: entry to ‘output_object_hierarchy’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:600:8: acquire_memory: allocated here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:601:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:605:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def69]
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:687:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(interfaces_filename, "w")’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:654:13: enter_function: entry to ‘output_object_interfaces’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:659:8: acquire_resource: opened here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:660:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:664:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def70]
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:687:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(interfaces_filename, "w")’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:654:13: enter_function: entry to ‘output_object_interfaces’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:659:8: acquire_memory: allocated here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:660:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:664:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def71]
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:689:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(interfaces_filename, "w")’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:654:13: enter_function: entry to ‘output_object_interfaces’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:659:8: acquire_resource: opened here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:660:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:664:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def72]
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:689:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(interfaces_filename, "w")’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:654:13: enter_function: entry to ‘output_object_interfaces’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:659:8: acquire_memory: allocated here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:660:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:664:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def73]
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:730:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(prerequisites_filename, "w")’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:705:13: enter_function: entry to ‘output_interface_prerequisites’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:709:8: acquire_resource: opened here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:710:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:714:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:714:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def74]
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:730:19: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(prerequisites_filename, "w")’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:705:13: enter_function: entry to ‘output_interface_prerequisites’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:709:8: acquire_memory: allocated here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:710:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:714:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:714:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def75]
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:732:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(prerequisites_filename, "w")’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:705:13: enter_function: entry to ‘output_interface_prerequisites’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:709:8: acquire_resource: opened here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:710:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:714:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:714:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def76]
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:732:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(prerequisites_filename, "w")’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:705:13: enter_function: entry to ‘output_interface_prerequisites’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:709:8: acquire_memory: allocated here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:710:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:714:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:714:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def77]
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:761:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(actions_filename, "w")’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:750:1: enter_function: entry to ‘output_actions’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:755:8: acquire_resource: opened here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:756:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:756:6: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:761:15: branch_true: following ‘true’ branch...
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:762:5: branch_true: ...to here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:762:5: call_function: calling ‘output_object_actions’ from ‘output_actions’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def78]
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:761:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(actions_filename, "w")’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:750:1: enter_function: entry to ‘output_actions’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:755:8: acquire_memory: allocated here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:756:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:756:6: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:761:15: branch_true: following ‘true’ branch...
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:762:5: branch_true: ...to here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:762:5: call_function: calling ‘output_object_actions’ from ‘output_actions’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def79]
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:826:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(args_filename, "w")’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:815:1: enter_function: entry to ‘output_args’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:820:8: acquire_resource: opened here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:821:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:821:6: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:826:15: branch_true: following ‘true’ branch...
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:827:5: branch_true: ...to here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:827:5: call_function: calling ‘output_object_args’ from ‘output_args’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def80]
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:826:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(args_filename, "w")’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:815:1: enter_function: entry to ‘output_args’
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:820:8: acquire_memory: allocated here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:821:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:821:6: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:826:15: branch_true: following ‘true’ branch...
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:827:5: branch_true: ...to here
poppler-25.07.0/redhat-linux-build/glib/reference/poppler-scan.c:827:5: call_function: calling ‘output_object_args’ from ‘output_args’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def81]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:630:1: enter_function: entry to ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: acquire_resource: opened here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def82]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:630:1: enter_function: entry to ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: acquire_resource: opened here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def83]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:630:1: enter_function: entry to ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: acquire_memory: allocated here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def84]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:630:1: enter_function: entry to ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: acquire_memory: allocated here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def85]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:630:1: enter_function: entry to ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: acquire_resource: opened here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def86]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:630:1: enter_function: entry to ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: acquire_resource: opened here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def87]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:630:1: enter_function: entry to ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: acquire_memory: allocated here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def88]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:630:1: enter_function: entry to ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: acquire_memory: allocated here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def89]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:93:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:630:1: enter_function: entry to ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: acquire_resource: opened here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def90]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:93:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:630:1: enter_function: entry to ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: acquire_resource: opened here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def91]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:93:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:630:1: enter_function: entry to ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: acquire_memory: allocated here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def92]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:93:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:630:1: enter_function: entry to ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: acquire_memory: allocated here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def93]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:630:1: enter_function: entry to ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: acquire_resource: opened here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def94]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:630:1: enter_function: entry to ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: acquire_resource: opened here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def95]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:630:1: enter_function: entry to ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: acquire_memory: allocated here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def96]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:630:1: enter_function: entry to ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: acquire_memory: allocated here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def97]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:102:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:630:1: enter_function: entry to ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: acquire_resource: opened here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def98]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:102:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:630:1: enter_function: entry to ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: acquire_resource: opened here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def99]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:102:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:630:1: enter_function: entry to ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: acquire_memory: allocated here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def100]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:102:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:630:1: enter_function: entry to ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: acquire_memory: allocated here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def101]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:599:1: enter_function: entry to ‘dump_error_quark’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def102]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:630:1: enter_function: entry to ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: acquire_resource: opened here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def103]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:630:1: enter_function: entry to ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: acquire_resource: opened here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def104]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:630:1: enter_function: entry to ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: acquire_memory: allocated here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def105]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:630:1: enter_function: entry to ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: acquire_memory: allocated here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def106]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: acquire_resource: opened here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_true: following ‘true’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:685:25: branch_true: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:686:7: danger: ‘fopen(input_filename, "rb")’ leaks here; was opened at [(5)](sarif:/runs/0/results/199/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def107]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: acquire_memory: allocated here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_true: following ‘true’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:685:25: branch_true: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:686:7: danger: ‘fopen(input_filename, "rb")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/200/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def108]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: acquire_resource: opened here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_true: following ‘true’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:685:25: branch_true: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:686:41: danger: ‘fopen(input_filename, "rb")’ leaks here; was opened at [(5)](sarif:/runs/0/results/203/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def109]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: acquire_memory: allocated here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_true: following ‘true’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:685:25: branch_true: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:686:41: danger: ‘fopen(input_filename, "rb")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/204/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def110]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:630:1: enter_function: entry to ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: acquire_resource: opened here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:699:18: danger: ‘fopen(input_filename, "rb")’ leaks here; was opened at [(6)](sarif:/runs/0/results/205/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def111]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:630:1: enter_function: entry to ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: acquire_resource: opened here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:699:18: danger: ‘fopen(output_filename, "wb")’ leaks here; was opened at [(8)](sarif:/runs/0/results/206/codeFlows/0/threadFlows/0/locations/7)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def112]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:630:1: enter_function: entry to ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: acquire_memory: allocated here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:699:18: danger: ‘fopen(input_filename, "rb")’ leaks here; was allocated at [(6)](sarif:/runs/0/results/207/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def113]
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:630:1: enter_function: entry to ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:645:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:654:15: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:658:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:669:11: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:670:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:682:12: acquire_memory: allocated here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:683:6: branch_false: following ‘false’ branch...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: branch_false: ...to here
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
poppler-25.07.0/redhat-linux-build/glib/tmp-introspectovx5sawy/Poppler-0.18.c:699:18: danger: ‘fopen(output_filename, "wb")’ leaks here; was allocated at [(8)](sarif:/runs/0/results/208/codeFlows/0/threadFlows/0/locations/7)
Error: COMPILER_WARNING (CWE-457): [#def114]
poppler-25.07.0/splash/SplashBitmap.cc: scope_hint: In member function ‘SplashBitmap::SplashBitmap(int, int, int, SplashColorMode, bool, bool, std::vector<std::unique_ptr<GfxSeparationColorSpace, std::default_delete<GfxSeparationColorSpace> >, std::allocator<std::unique_ptr<GfxSeparationColorSpace, std::default_delete<GfxSeparationColorSpace> > > > const*)’
poppler-25.07.0/splash/SplashBitmap.cc:107:9: warning[-Wmaybe-uninitialized]: ‘*this_39(D).rowSize’ may be used uninitialized
Error: COMPILER_WARNING: [#def115]
poppler-25.07.0/utils/HtmlOutputDev.cc: scope_hint: In member function ‘void HtmlOutputDev::drawPngImage(GfxState*, Stream*, int, int, GfxImageColorMap*, bool)’
poppler-25.07.0/utils/HtmlOutputDev.cc:1302:44: warning[-Wignored-attributes]: ignoring attributes on template argument ‘int (*)(FILE*)’
Error: CPPCHECK_WARNING (CWE-476): [#def116]
poppler-25.07.0/utils/pdfseparate.cc:79: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: auxDestFileName
Error: CPPCHECK_WARNING (CWE-415): [#def117]
poppler-25.07.0/utils/pdftotext.cc:350: error[doubleFree]: Resource handle 'f' freed twice.
Scan Properties
| analyzer-version-clippy | 1.92.0 |
| analyzer-version-cppcheck | 2.19.1 |
| analyzer-version-gcc | 16.0.0 |
| analyzer-version-gcc-analyzer | 16.0.0 |
| analyzer-version-shellcheck | 0.11.0 |
| analyzer-version-unicontrol | 0.0.2 |
| enabled-plugins | clippy, cppcheck, gcc, shellcheck, unicontrol |
| exit-code | 0 |
| host | ip-172-16-1-31.us-west-2.compute.internal |
| known-false-positives | /usr/share/csmock/known-false-positives.js |
| known-false-positives-rpm | known-false-positives-0.0.0.20250521.132812.g8eff701.main-1.el9.noarch |
| mock-config | fedora-rawhide-x86_64 |
| project-name | poppler-25.07.0-3.fc44 |
| store-results-to | /tmp/tmpjd0vf1nk/poppler-25.07.0-3.fc44.tar.xz |
| time-created | 2026-01-08 20:26:57 |
| time-finished | 2026-01-08 20:34:33 |
| tool | csmock |
| tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,cppcheck,clippy,shellcheck,unicontrol' '-o' '/tmp/tmpjd0vf1nk/poppler-25.07.0-3.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmpjd0vf1nk/poppler-25.07.0-3.fc44.src.rpm' |
| tool-version | csmock-3.8.3.20251215.161544.g62de9a5-1.el9 |