digiKam-master-rev-032da96902

User:gilles@KU2410
Working Directory:/home/gilles/devel/8.x/build.scan
Command Line:make -j23
Clang Version:Ubuntu clang version 19.1.1 (1ubuntu1)
Date:Tue Jan 21 13:28:59 2025

Bug Summary

Bug TypeQuantityDisplay?
All Bugs8
Error handling
Value of 'errno' was not checked2
Stream handling error
Invalid stream state2
Resource leak2
Stream already in EOF2

Filter Results by File

Reports

Bug Group Bug Type ▾ File Function/Method Line Path Length Description
Stream handling errorInvalid stream statelibs/dimg/filters/bw/mixersettings.cpploadSettings5456File position of the stream might be 'indeterminate' after a failed operation. Can cause undefined behaviorView Report
Stream handling errorInvalid stream statelibs/dimg/filters/bw/mixersettings.cpploadSettings56910File position of the stream might be 'indeterminate' after a failed operation. Can cause undefined behaviorView Report
Stream handling errorResource leakdplugins/dimg/jpeg2000/dimgjpeg2000loader_save.cppsave729Opened stream never closed. Potential resource leakView Report
Stream handling errorResource leakdplugins/dimg/jpeg2000/dimgjpeg2000loader_load.cppload1139Opened stream never closed. Potential resource leakView Report
Stream handling errorStream already in EOFlibs/dimg/filters/bw/mixersettings.cpploadSettings5456Read function called when stream is in EOF state. Function has no effectView Report
Stream handling errorStream already in EOFlibs/dimg/filters/bw/mixersettings.cpploadSettings56910Read function called when stream is in EOF state. Function has no effectView Report
Error handlingValue of 'errno' was not checkedlibs/threadimageio/thumb/thumbnailcreator_basic.cpploadPNG1767Value of 'errno' was not checked and may be overwritten by function 'png_create_read_struct'View Report
Error handlingValue of 'errno' was not checkeddplugins/dimg/png/dimgpngloader_load.cppload1458Value of 'errno' was not checked and may be overwritten by function 'png_create_read_struct'View Report