webkitgtk-2.49.1-1.fc43
List of Findings
Error: CPPCHECK_WARNING (CWE-457): [#def1]
webkitgtk-2.49.1/Source/ThirdParty/skia/include/private/base/SkTArray.h:219: error[uninitvar]: Uninitialized variable: newT
Error: CPPCHECK_WARNING (CWE-476): [#def2]
webkitgtk-2.49.1/Source/ThirdParty/skia/include/private/base/SkTArray.h:225: error[nullPointer]: Null pointer dereference: newT
Error: CPPCHECK_WARNING (CWE-456): [#def3]
webkitgtk-2.49.1/Source/ThirdParty/skia/include/private/base/SkTArray.h:225: error[uninitdata]: Memory is allocated but not initialized: newT
Error: CPPCHECK_WARNING (CWE-457): [#def4]
webkitgtk-2.49.1/Source/ThirdParty/skia/include/private/base/SkTArray.h:236: error[uninitvar]: Uninitialized variable: newT
Error: CPPCHECK_WARNING (CWE-476): [#def5]
webkitgtk-2.49.1/Source/ThirdParty/skia/include/private/base/SkTArray.h:242: error[nullPointer]: Null pointer dereference: newT
Error: CPPCHECK_WARNING (CWE-456): [#def6]
webkitgtk-2.49.1/Source/ThirdParty/skia/include/private/base/SkTArray.h:242: error[uninitdata]: Memory is allocated but not initialized: newT
Error: CPPCHECK_WARNING (CWE-457): [#def7]
webkitgtk-2.49.1/Source/ThirdParty/skia/include/private/base/SkTArray.h:253: error[uninitvar]: Uninitialized variable: newT
Error: CPPCHECK_WARNING (CWE-476): [#def8]
webkitgtk-2.49.1/Source/ThirdParty/skia/include/private/base/SkTArray.h:259: error[nullPointer]: Null pointer dereference: newT
Error: CPPCHECK_WARNING (CWE-456): [#def9]
webkitgtk-2.49.1/Source/ThirdParty/skia/include/private/base/SkTArray.h:259: error[uninitdata]: Memory is allocated but not initialized: newT
Error: CPPCHECK_WARNING (CWE-686): [#def10]
webkitgtk-2.49.1/Source/ThirdParty/skia/include/private/base/SkTArray.h:667: error[memsetClass]: Using 'memcpy' on class that contains a 'std::atomic'.
Error: CPPCHECK_WARNING (CWE-686): [#def11]
webkitgtk-2.49.1/Source/ThirdParty/skia/include/private/base/SkTArray.h:667: error[memsetClass]: Using 'memcpy' on class that contains a 'std::unique_ptr'.
Error: CPPCHECK_WARNING (CWE-686): [#def12]
webkitgtk-2.49.1/Source/ThirdParty/skia/include/private/base/SkTArray.h:667: error[memsetClass]: Using 'memcpy' on struct that contains a 'std::string_view'.
Error: CPPCHECK_WARNING (CWE-686): [#def13]
webkitgtk-2.49.1/Source/ThirdParty/skia/include/private/base/SkTArray.h:667: error[memsetClass]: Using 'memcpy' on struct that contains a 'std::unique_ptr'.
Error: CPPCHECK_WARNING (CWE-686): [#def14]
webkitgtk-2.49.1/Source/ThirdParty/skia/include/private/base/SkTemplates.h:410: error[memsetClass]: Using 'memcpy' on struct that contains a 'std::byte'.
Error: CPPCHECK_WARNING (CWE-190): [#def15]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/base/SkEndian.h:64: error[integerOverflow]: Signed integer overflow for expression '(0x00010000&0xFF)<<24'.
Error: CPPCHECK_WARNING (CWE-457): [#def16]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/base/SkTBlockList.h:118: error[legacyUninitvar]: Uninitialized variable: avail
Error: CPPCHECK_WARNING (CWE-457): [#def17]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/base/SkTBlockList.h:326: error[legacyUninitvar]: Uninitialized variable: avail
Error: CPPCHECK_WARNING (CWE-457): [#def18]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/core/SkDrawShadowInfo.cpp:67: warning[uninitvar]: Uninitialized variables: pts3D.fX, pts3D.fY, pts3D.fZ
Error: CPPCHECK_WARNING (CWE-562): [#def19]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/core/SkGlyph.cpp:547: error[returnDanglingLifetime]: Returning object that points to local variable 'left' that will be invalid when returning.
Error: CPPCHECK_WARNING (CWE-562): [#def20]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/core/SkGlyph.cpp:547: error[returnDanglingLifetime]: Returning object that points to local variable 'right' that will be invalid when returning.
Error: CPPCHECK_WARNING (CWE-457): [#def21]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/core/SkM44.cpp:137: error[uninitvar]: Uninitialized variables: v.y, v.z, v.w
Error: CPPCHECK_WARNING (CWE-476): [#def22]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/core/SkMaskGamma.h:260: error[ctunullpointer]: Null pointer dereference: lut
Error: CPPCHECK_WARNING (CWE-457): [#def23]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/core/SkMatrix.cpp:236: error[uninitvar]: Uninitialized variables: vec.fX, vec.fY
Error: CPPCHECK_WARNING (CWE-786): [#def24]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/core/SkRegion.cpp:87: error[negativeIndex]: Array 'runs[0]' accessed at index -1, which is out of bounds.
Error: CPPCHECK_WARNING (CWE-823): [#def25]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/core/SkStroke.cpp:650: error[arrayIndexOutOfBounds]: Array 'quad[3]' accessed at index 3, which is out of bounds.
Error: CPPCHECK_WARNING (CWE-457): [#def26]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/effects/imagefilters/SkBlendImageFilter.cpp:215: warning[uninitvar]: Uninitialized variables: k.x, k.y, k.z, k.w
Error: CPPCHECK_WARNING (CWE-909): [#def27]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/effects/imagefilters/SkBlendImageFilter.cpp:217: error[uninitStructMember]: Uninitialized struct member: k.w
Error: CPPCHECK_WARNING (CWE-909): [#def28]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/effects/imagefilters/SkBlendImageFilter.cpp:217: error[uninitStructMember]: Uninitialized struct member: k.x
Error: CPPCHECK_WARNING (CWE-909): [#def29]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/effects/imagefilters/SkBlendImageFilter.cpp:217: error[uninitStructMember]: Uninitialized struct member: k.y
Error: CPPCHECK_WARNING (CWE-909): [#def30]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/effects/imagefilters/SkBlendImageFilter.cpp:217: error[uninitStructMember]: Uninitialized struct member: k.z
Error: CPPCHECK_WARNING (CWE-457): [#def31]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/gpu/BufferWriter.h:154: warning[uninitvar]: Uninitialized variables: value.fX, value.fY
Error: CPPCHECK_WARNING (CWE-562): [#def32]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/gpu/ganesh/GrResourceCache.cpp:636: error[danglingTemporaryLifetime]: Using pointer that is a temporary.
Error: CPPCHECK_WARNING (CWE-562): [#def33]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/gpu/ganesh/GrResourceCache.h:358: error[returnDanglingLifetime]: Returning pointer that will be invalid when returning.
Error: CPPCHECK_WARNING (CWE-562): [#def34]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/gpu/ganesh/GrSWMaskHelper.cpp:47: error[danglingLifetime]: Non-local variable 'fDraw.fCTM' will use pointer to local variable 'translatedMatrix'.
Error: CPPCHECK_WARNING (CWE-562): [#def35]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/gpu/ganesh/GrSWMaskHelper.cpp:56: error[danglingLifetime]: Non-local variable 'fDraw.fCTM' will use pointer to local variable 'translatedMatrix'.
Error: CPPCHECK_WARNING (CWE-562): [#def36]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/gpu/ganesh/GrSWMaskHelper.cpp:72: error[danglingLifetime]: Non-local variable 'fDraw.fCTM' will use pointer to local variable 'translatedMatrix'.
Error: CPPCHECK_WARNING (CWE-562): [#def37]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/gpu/ganesh/GrSWMaskHelper.cpp:90: error[danglingLifetime]: Non-local variable 'fDraw.fCTM' will use pointer to local variable 'translatedMatrix'.
Error: CPPCHECK_WARNING (CWE-457): [#def38]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/gpu/ganesh/GrYUVATextureProxies.cpp:58: warning[uninitvar]: Uninitialized variable: textureChannelMasks
Error: CPPCHECK_WARNING (CWE-457): [#def39]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/gpu/ganesh/GrYUVATextureProxies.cpp:106: warning[uninitvar]: Uninitialized variable: pixmapChannelMasks
Error: CPPCHECK_WARNING (CWE-457): [#def40]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/gpu/ganesh/geometry/GrAATriangulator.cpp:551: warning[uninitvar]: Uninitialized variable: innerVertices.fTail
Error: CPPCHECK_WARNING (CWE-457): [#def41]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/gpu/ganesh/geometry/GrAATriangulator.cpp:554: warning[uninitvar]: Uninitialized variable: outerVertices.fTail
Error: CPPCHECK_WARNING (CWE-823): [#def42]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/gpu/ganesh/ops/TextureOp.cpp:267: error[arrayIndexOutOfBounds]: Array 'fViewCountPairs[1]' accessed at index 1, which is out of bounds.
Error: CPPCHECK_WARNING (CWE-457): [#def43]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/pathops/SkDCubicLineIntersection.cpp:136: warning[uninitvar]: Uninitialized variable: c.gPrecisionUnit
Error: CPPCHECK_WARNING (CWE-457): [#def44]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/pathops/SkOpAngle.cpp:365: warning[uninitvar]: Uninitialized variable: *tweep
Error: CPPCHECK_WARNING (CWE-457): [#def45]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/pathops/SkOpAngle.cpp:656: error[uninitvar]: Uninitialized variable: rayEnd
Error: CPPCHECK_WARNING (CWE-457): [#def46]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/pathops/SkOpAngle.cpp:881: error[uninitvar]: Uninitialized variable: rayMid
Error: CPPCHECK_WARNING (CWE-457): [#def47]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/pathops/SkOpAngle.cpp:1005: error[uninitvar]: Uninitialized variable: lineHalf
Error: CPPCHECK_WARNING (CWE-457): [#def48]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/pathops/SkOpAngle.cpp:1015: error[uninitvar]: Uninitialized variable: lineHalf
Error: CPPCHECK_WARNING (CWE-457): [#def49]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/pathops/SkOpSegment.cpp:1630: warning[uninitvar]: Uninitialized variable: edge->fCubic
Error: CPPCHECK_WARNING (CWE-457): [#def50]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/pathops/SkPathOpsCubic.cpp:674: error[uninitvar]: Uninitialized variable: dst.gPrecisionUnit
Error: CPPCHECK_WARNING (CWE-457): [#def51]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/pathops/SkPathOpsDebug.cpp:697: error[uninitvar]: Uninitialized variable: cubic.gPrecisionUnit
Error: CPPCHECK_WARNING (CWE-909): [#def52]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/pathops/SkPathOpsWinding.cpp:200: error[uninitStructMember]: Uninitialized struct member: slope.fX
Error: CPPCHECK_WARNING (CWE-909): [#def53]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/pathops/SkPathOpsWinding.cpp:200: error[uninitStructMember]: Uninitialized struct member: slope.fY
Error: CPPCHECK_WARNING (CWE-457): [#def54]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/pathops/SkPathOpsWinding.cpp:200: warning[uninitvar]: Uninitialized variables: slope.fX, slope.fY
Error: CPPCHECK_WARNING (CWE-457): [#def55]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/pdf/SkDeflate.cpp:63: error[uninitvar]: Uninitialized variable: outBuffer
Error: CPPCHECK_WARNING (CWE-457): [#def56]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/pdf/SkPDFBitmap.cpp:156: warning[uninitvar]: Uninitialized variable: byteBuffer
Error: CPPCHECK_WARNING (CWE-457): [#def57]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/pdf/SkPDFBitmap.cpp:257: warning[uninitvar]: Uninitialized variable: byteBuffer
Error: CPPCHECK_WARNING (CWE-562): [#def58]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/ports/SkFontHost_FreeType.cpp:677: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-457): [#def59]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/shaders/gradients/SkGradientBaseShader.cpp:734: warning[uninitvar]: Uninitialized variables: f.fR, f.fG, f.fB, f.fA
Error: CPPCHECK_WARNING (CWE-562): [#def60]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:77: error[danglingTempReference]: Using reference to dangling temporary.
Error: CPPCHECK_WARNING (CWE-562): [#def61]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:81: error[danglingTempReference]: Using reference to dangling temporary.
Error: CPPCHECK_WARNING (CWE-562): [#def62]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:86: error[danglingTempReference]: Using reference to dangling temporary.
Error: CPPCHECK_WARNING (CWE-562): [#def63]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:90: error[danglingTempReference]: Using reference to dangling temporary.
Error: CPPCHECK_WARNING (CWE-562): [#def64]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:94: error[danglingTempReference]: Using reference to dangling temporary.
Error: CPPCHECK_WARNING (CWE-562): [#def65]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:98: error[danglingTempReference]: Using reference to dangling temporary.
Error: CPPCHECK_WARNING (CWE-562): [#def66]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:115: error[danglingTempReference]: Using reference to dangling temporary.
Error: CPPCHECK_WARNING (CWE-562): [#def67]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:119: error[danglingTempReference]: Using reference to dangling temporary.
Error: CPPCHECK_WARNING (CWE-562): [#def68]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:124: error[danglingTempReference]: Using reference to dangling temporary.
Error: CPPCHECK_WARNING (CWE-562): [#def69]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:137: error[danglingTempReference]: Using reference to dangling temporary.
Error: CPPCHECK_WARNING (CWE-562): [#def70]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:142: error[danglingTempReference]: Using reference to dangling temporary.
Error: CPPCHECK_WARNING (CWE-562): [#def71]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:157: error[danglingTempReference]: Using reference to dangling temporary.
Error: CPPCHECK_WARNING (CWE-562): [#def72]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:164: error[danglingTempReference]: Using reference to dangling temporary.
Error: CPPCHECK_WARNING (CWE-562): [#def73]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:168: error[danglingTempReference]: Using reference to dangling temporary.
Error: CPPCHECK_WARNING (CWE-562): [#def74]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:176: error[danglingTempReference]: Using reference to dangling temporary.
Error: CPPCHECK_WARNING (CWE-562): [#def75]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:184: error[danglingTempReference]: Using reference to dangling temporary.
Error: CPPCHECK_WARNING (CWE-562): [#def76]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:191: error[danglingTempReference]: Using reference to dangling temporary.
Error: CPPCHECK_WARNING (CWE-562): [#def77]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:199: error[danglingTempReference]: Using reference to dangling temporary.
Error: CPPCHECK_WARNING (CWE-562): [#def78]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:206: error[danglingTempReference]: Using reference to dangling temporary.
Error: CPPCHECK_WARNING (CWE-562): [#def79]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:212: error[danglingTempReference]: Using reference to dangling temporary.
Error: CPPCHECK_WARNING (CWE-562): [#def80]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:221: error[danglingTempReference]: Using reference to dangling temporary.
Error: CPPCHECK_WARNING (CWE-562): [#def81]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:293: error[danglingTempReference]: Using reference to dangling temporary.
Error: CPPCHECK_WARNING (CWE-562): [#def82]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/sksl/codegen/SkSLPipelineStageCodeGenerator.cpp:397: error[returnDanglingLifetime]: Returning object that points to local variable 'specializedName' that will be invalid when returning.
Error: CPPCHECK_WARNING (CWE-562): [#def83]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/sksl/codegen/SkSLPipelineStageCodeGenerator.cpp:512: error[danglingTemporaryLifetime]: Using object that is a temporary.
Error: CPPCHECK_WARNING (CWE-562): [#def84]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/sksl/codegen/SkSLPipelineStageCodeGenerator.cpp:528: error[danglingTemporaryLifetime]: Using object that is a temporary.
Error: CPPCHECK_WARNING (CWE-664): [#def85]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/sksl/codegen/SkSLRasterPipelineCodeGenerator.cpp:2108: error[mismatchingContainers]: Iterators of different containers 'stmt' and 'cases.back()' are used together.
Error: CPPCHECK_WARNING (CWE-562): [#def86]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/sksl/ir/SkSLSymbolTable.h:124: error[returnDanglingLifetime]: Returning pointer to local variable 'symbol' that will be invalid when returning.
Error: CPPCHECK_WARNING (CWE-562): [#def87]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/sksl/ir/SkSLSymbolTable.h:135: error[returnDanglingLifetime]: Returning pointer to local variable 'symbol' that will be invalid when returning.
Error: CPPCHECK_WARNING (CWE-562): [#def88]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/sksl/ir/SkSLSymbolTable.h:152: error[returnDanglingLifetime]: Returning pointer to local variable 'symbol' that will be invalid when returning.
Error: CPPCHECK_WARNING (CWE-562): [#def89]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/sksl/ir/SkSLSymbolTable.h:162: error[returnDanglingLifetime]: Returning pointer to local variable 'symbol' that will be invalid when returning.
Error: CPPCHECK_WARNING (CWE-476): [#def90]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/text/StrikeForGPU.cpp:33: error[nullPointer]: Null pointer dereference: spec
Error: CPPCHECK_WARNING (CWE-758): [#def91]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/text/gpu/GlyphVector.cpp:109: error[overlappingWriteUnion]: Overlapping read/write of union is undefined behavior
Error: CPPCHECK_WARNING (CWE-562): [#def92]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/text/gpu/SubRunContainer.h:189: error[danglingLifetime]: Non-local variable 'fTail' will use pointer to local variable 'subRun'.
Error: CPPCHECK_WARNING (CWE-457): [#def93]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/text/gpu/TextBlob.cpp:149: warning[uninitvar]: Uninitialized variables: key.fUniqueID, key.fCanonicalColor, key.fFrameWidth, key.fMiterLimit, key.fPixelGeometry, key.fBlurRec, key.fScalerContextFlags, key.fHasSomeDirectSubRuns, key.fHasBlur, key.fStyle, key.fJoin
Error: CPPCHECK_WARNING (CWE-476): [#def94]
webkitgtk-2.49.1/Source/ThirdParty/skia/src/utils/SkPolyUtils.cpp:1339: warning[nullPointer]: Possible null pointer dereference: prevEdge
Error: CPPCHECK_WARNING (CWE-476): [#def95]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:117: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: list
Error: CPPCHECK_WARNING (CWE-476): [#def96]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:118: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: list
Error: GCC_ANALYZER_WARNING (CWE-476): [#def97]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:118:3: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘list’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:442:1: enter_function: entry to ‘xdg_mime_init’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:458:7: call_function: calling ‘xdg_run_command_on_dirs’ from ‘xdg_mime_init’
Error: CPPCHECK_WARNING (CWE-476): [#def98]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:119: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: list
Error: CPPCHECK_WARNING (CWE-476): [#def99]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:120: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: list
Error: GCC_ANALYZER_WARNING (CWE-688): [#def100]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:146:23: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘directory’ where non-null expected
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:442:1: enter_function: entry to ‘xdg_mime_init’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:458:7: call_function: calling ‘xdg_run_command_on_dirs’ from ‘xdg_mime_init’
Error: CPPCHECK_WARNING (CWE-476): [#def101]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:147: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: file_name
Error: GCC_ANALYZER_WARNING (CWE-688): [#def102]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:147:3: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘file_name’ where non-null expected
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:442:1: enter_function: entry to ‘xdg_mime_init’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:458:7: call_function: calling ‘xdg_run_command_on_dirs’ from ‘xdg_mime_init’
Error: CPPCHECK_WARNING (CWE-401): [#def103]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:156: error[memleakOnRealloc]: Common realloc mistake: '_caches' nulled but not freed upon failure
Error: CPPCHECK_WARNING (CWE-476): [#def104]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:167: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: file_name
Error: GCC_ANALYZER_WARNING (CWE-688): [#def105]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:167:3: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘file_name’ where non-null expected
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:442:1: enter_function: entry to ‘xdg_mime_init’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:458:7: call_function: calling ‘xdg_run_command_on_dirs’ from ‘xdg_mime_init’
Error: CPPCHECK_WARNING (CWE-476): [#def106]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:177: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: file_name
Error: GCC_ANALYZER_WARNING (CWE-688): [#def107]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:177:7: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘file_name’ where non-null expected
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:442:1: enter_function: entry to ‘xdg_mime_init’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:458:7: call_function: calling ‘xdg_run_command_on_dirs’ from ‘xdg_mime_init’
Error: CPPCHECK_WARNING (CWE-476): [#def108]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:190: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: file_name
Error: GCC_ANALYZER_WARNING (CWE-688): [#def109]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:190:3: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘file_name’ where non-null expected
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:442:1: enter_function: entry to ‘xdg_mime_init’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:458:7: call_function: calling ‘xdg_run_command_on_dirs’ from ‘xdg_mime_init’
Error: CPPCHECK_WARNING (CWE-476): [#def110]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:202: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: file_name
Error: GCC_ANALYZER_WARNING (CWE-688): [#def111]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:202:3: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘file_name’ where non-null expected
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:442:1: enter_function: entry to ‘xdg_mime_init’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:458:7: call_function: calling ‘xdg_run_command_on_dirs’ from ‘xdg_mime_init’
Error: CPPCHECK_WARNING (CWE-476): [#def112]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:207: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: file_name
Error: GCC_ANALYZER_WARNING (CWE-688): [#def113]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:207:3: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘file_name’ where non-null expected
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:442:1: enter_function: entry to ‘xdg_mime_init’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:458:7: call_function: calling ‘xdg_run_command_on_dirs’ from ‘xdg_mime_init’
Error: CPPCHECK_WARNING (CWE-476): [#def114]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:212: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: file_name
Error: GCC_ANALYZER_WARNING (CWE-688): [#def115]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:212:3: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘file_name’ where non-null expected
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:442:1: enter_function: entry to ‘xdg_mime_init’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:458:7: call_function: calling ‘xdg_run_command_on_dirs’ from ‘xdg_mime_init’
Error: CPPCHECK_WARNING (CWE-476): [#def116]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:217: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: file_name
Error: GCC_ANALYZER_WARNING (CWE-688): [#def117]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:217:3: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘file_name’ where non-null expected
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:442:1: enter_function: entry to ‘xdg_mime_init’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:458:7: call_function: calling ‘xdg_run_command_on_dirs’ from ‘xdg_mime_init’
Error: CPPCHECK_WARNING (CWE-476): [#def118]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:250: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: guessed_xdg_home
Error: GCC_ANALYZER_WARNING (CWE-688): [#def119]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:250:11: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘guessed_xdg_home’ where non-null expected
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:442:1: enter_function: entry to ‘xdg_mime_init’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:458:7: call_function: calling ‘xdg_run_command_on_dirs’ from ‘xdg_mime_init’
Error: CPPCHECK_WARNING (CWE-476): [#def120]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:251: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: guessed_xdg_home
Error: CPPCHECK_WARNING (CWE-476): [#def121]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:288: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: dir
Error: CPPCHECK_WARNING (CWE-476): [#def122]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:289: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: dir
Error: GCC_ANALYZER_WARNING (CWE-688): [#def123]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:351:23: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘directory’ where non-null expected
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:947:1: enter_function: entry to ‘_wk_xdg_get_simple_globs’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:951:3: call_function: calling ‘xdg_mime_init’ from ‘_wk_xdg_get_simple_globs’
Error: CPPCHECK_WARNING (CWE-476): [#def124]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:352: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: file_name
Error: GCC_ANALYZER_WARNING (CWE-688): [#def125]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:352:3: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘file_name’ where non-null expected
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:947:1: enter_function: entry to ‘_wk_xdg_get_simple_globs’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:951:3: call_function: calling ‘xdg_mime_init’ from ‘_wk_xdg_get_simple_globs’
Error: CPPCHECK_WARNING (CWE-476): [#def126]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:367: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: file_name
Error: GCC_ANALYZER_WARNING (CWE-688): [#def127]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:367:3: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘file_name’ where non-null expected
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:947:1: enter_function: entry to ‘_wk_xdg_get_simple_globs’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:951:3: call_function: calling ‘xdg_mime_init’ from ‘_wk_xdg_get_simple_globs’
Error: CPPCHECK_WARNING (CWE-476): [#def128]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:378: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: file_name
Error: GCC_ANALYZER_WARNING (CWE-688): [#def129]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:378:3: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘file_name’ where non-null expected
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:947:1: enter_function: entry to ‘_wk_xdg_get_simple_globs’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:951:3: call_function: calling ‘xdg_mime_init’ from ‘_wk_xdg_get_simple_globs’
Error: CPPCHECK_WARNING (CWE-476): [#def130]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:838: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: result
Error: CPPCHECK_WARNING (CWE-476): [#def131]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:885: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: list_el
Error: CPPCHECK_WARNING (CWE-476): [#def132]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:886: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: list_el
Error: CPPCHECK_WARNING (CWE-476): [#def133]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:887: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: list_el
Error: CPPCHECK_WARNING (CWE-476): [#def134]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:888: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: list_el
Error: CPPCHECK_WARNING (CWE-476): [#def135]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:889: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: list_el
Error: CPPCHECK_WARNING (CWE-476): [#def136]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmime.c:890: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: list_el
Error: CPPCHECK_WARNING (CWE-476): [#def137]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:69: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: list
Error: GCC_ANALYZER_WARNING (CWE-476): [#def138]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:69:3: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘list’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:67:10: acquire_memory: this call could return NULL
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:69:3: danger: ‘list’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: CPPCHECK_WARNING (CWE-476): [#def139]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:70: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: list
Error: GCC_ANALYZER_WARNING (CWE-401): [#def140]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:150:11: warning[-Wanalyzer-malloc-leak]: leak of ‘*list.aliases’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:129:6: branch_false: following ‘false’ branch (when ‘file’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:134:11: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:136:10: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:139:11: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:143:10: branch_false: following ‘false’ branch (when ‘sep’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:145:8: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:147:10: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:149:11: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:150:11: danger: ‘*list.aliases’ leaks here; was allocated at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def141]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:157:3: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:129:6: branch_false: following ‘false’ branch (when ‘file’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:134:11: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:136:10: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:139:11: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:143:10: branch_false: following ‘false’ branch (when ‘sep’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:145:8: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:147:10: branch_false: following ‘false’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:153:7: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:154:50: acquire_memory: allocated here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:136:10: branch_false: following ‘false’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:158:28: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:157:3: danger: ‘<unknown>’ leaks here; was allocated at [(11)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-122): [#def142]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:157:19: warning[-Wanalyzer-out-of-bounds]: heap-based buffer overflow
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:129:6: branch_false: following ‘false’ branch (when ‘file’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:134:11: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:157:19: danger: write of ‘(long unsigned int)(*list.n_aliases + 16) * 16’ bytes at offset ‘0’ exceeds the buffer
Error: GCC_ANALYZER_WARNING (CWE-688): [#def143]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:163:5: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:129:6: branch_false: following ‘false’ branch (when ‘file’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:134:11: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:135:3: release_memory: ‘0’ is NULL
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:157:28: release_memory: ‘0’ is NULL
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:162:6: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:163:5: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:163:12: release_memory: ‘0’ is NULL
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimealias.c:163:5: danger: argument 1 (‘*list.aliases’) NULL where non-null expected
Error: CPPCHECK_WARNING (CWE-476): [#def144]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:151: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: cache
Error: CPPCHECK_WARNING (CWE-476): [#def145]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:152: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: cache
Error: CPPCHECK_WARNING (CWE-476): [#def146]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:153: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: cache
Error: CPPCHECK_WARNING (CWE-476): [#def147]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:154: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: cache
Error: CPPCHECK_WARNING (CWE-476): [#def148]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:579: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: p
Error: CPPCHECK_WARNING (CWE-476): [#def149]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:981: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: result
Error: GCC_ANALYZER_WARNING (CWE-476): [#def150]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1064:11: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘*<unknown> + ((sizetype)(depth - i) + 18446744073709551615)’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1086:1: enter_function: entry to ‘__wk_xdg_cache_get_simple_globs’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1096:15: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1099:34: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1103:19: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1105:72: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1105:16: call_function: calling ‘get_simple_globs’ from ‘__wk_xdg_cache_get_simple_globs’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def151]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1064:11: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘*globs’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1086:1: enter_function: entry to ‘__wk_xdg_cache_get_simple_globs’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1096:15: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1099:34: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1103:19: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1105:72: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1105:16: call_function: calling ‘get_simple_globs’ from ‘__wk_xdg_cache_get_simple_globs’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def152]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1065:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘*<unknown> + (sizetype)depth’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1086:1: enter_function: entry to ‘__wk_xdg_cache_get_simple_globs’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1096:15: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1099:34: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1103:19: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1105:72: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1105:16: call_function: calling ‘get_simple_globs’ from ‘__wk_xdg_cache_get_simple_globs’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1105:16: return_function: returning to ‘__wk_xdg_cache_get_simple_globs’ from ‘get_simple_globs’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1105:14: branch_false: following ‘false’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1103:49: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1103:19: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1105:72: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1105:16: call_function: calling ‘get_simple_globs’ from ‘__wk_xdg_cache_get_simple_globs’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def153]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1065:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘*globs’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1086:1: enter_function: entry to ‘__wk_xdg_cache_get_simple_globs’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1096:15: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1099:34: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1103:19: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1105:72: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimecache.c:1105:16: call_function: calling ‘get_simple_globs’ from ‘__wk_xdg_cache_get_simple_globs’
Error: CPPCHECK_WARNING (CWE-476): [#def154]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:124: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: GCC_ANALYZER_WARNING (CWE-688): [#def155]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:124:11: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘data’ where non-null expected
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:609:1: enter_function: entry to ‘__wk_xdg_hash_append_glob’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:625:81: acquire_memory: this call could return NULL
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:625:33: call_function: calling ‘_xdg_glob_list_append’ from ‘__wk_xdg_hash_append_glob’
Error: CPPCHECK_WARNING (CWE-476): [#def156]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:125: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: mime_type
Error: GCC_ANALYZER_WARNING (CWE-688): [#def157]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:125:11: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘mime_type’ where non-null expected
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:609:1: enter_function: entry to ‘__wk_xdg_hash_append_glob’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:625:96: acquire_memory: this call could return NULL
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:625:33: call_function: calling ‘_xdg_glob_list_append’ from ‘__wk_xdg_hash_append_glob’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def158]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:132:3: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘new_element’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:609:1: enter_function: entry to ‘__wk_xdg_hash_append_glob’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:625:33: call_function: calling ‘_xdg_glob_list_append’ from ‘__wk_xdg_hash_append_glob’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def159]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:196:7: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘glob_hash_node’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:609:1: enter_function: entry to ‘__wk_xdg_hash_append_glob’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:628:32: call_function: calling ‘_xdg_glob_hash_insert_text’ from ‘__wk_xdg_hash_append_glob’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def160]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:219:15: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘glob_hash_node’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:609:1: enter_function: entry to ‘__wk_xdg_hash_append_glob’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:628:32: call_function: calling ‘_xdg_glob_hash_insert_text’ from ‘__wk_xdg_hash_append_glob’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def161]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:238:11: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘glob_hash_node’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:609:1: enter_function: entry to ‘__wk_xdg_hash_append_glob’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:628:32: call_function: calling ‘_xdg_glob_hash_insert_text’ from ‘__wk_xdg_hash_append_glob’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def162]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:269:19: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘glob_hash_node’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:609:1: enter_function: entry to ‘__wk_xdg_hash_append_glob’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:628:32: call_function: calling ‘_xdg_glob_hash_insert_text’ from ‘__wk_xdg_hash_append_glob’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def163]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:289:10: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:609:1: enter_function: entry to ‘__wk_xdg_hash_append_glob’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:628:32: call_function: calling ‘_xdg_glob_hash_insert_text’ from ‘__wk_xdg_hash_append_glob’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def164]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:289:10: warning[-Wanalyzer-malloc-leak]: leak of ‘node’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:609:1: enter_function: entry to ‘__wk_xdg_hash_append_glob’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:628:32: call_function: calling ‘_xdg_glob_hash_insert_text’ from ‘__wk_xdg_hash_append_glob’
Error: CPPCHECK_WARNING (CWE-476): [#def165]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:395: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: p
Error: GCC_ANALYZER_WARNING (CWE-401): [#def166]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:625:33: warning[-Wanalyzer-malloc-leak]: leak of ‘strdup(glob)’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:609:1: enter_function: entry to ‘__wk_xdg_hash_append_glob’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:625:81: acquire_memory: allocated here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:625:33: call_function: calling ‘_xdg_glob_list_append’ from ‘__wk_xdg_hash_append_glob’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def167]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:625:33: warning[-Wanalyzer-malloc-leak]: leak of ‘strdup(mime_type)’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:609:1: enter_function: entry to ‘__wk_xdg_hash_append_glob’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:625:96: acquire_memory: allocated here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:625:33: call_function: calling ‘_xdg_glob_list_append’ from ‘__wk_xdg_hash_append_glob’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def168]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:631:30: warning[-Wanalyzer-malloc-leak]: leak of ‘strdup(glob)’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:674:1: enter_function: entry to ‘__wk_xdg_glob_read_from_file’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:684:6: branch_false: following ‘false’ branch (when ‘glob_file’ is non-NULL)...
branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:689:10: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:696:11: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:696:10: branch_false: following ‘false’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:699:20: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:704:10: branch_false: following ‘false’ branch (when ‘version_two == 0’)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:716:15: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:717:10: branch_false: following ‘false’ branch (when ‘colon’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:719:7: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:727:10: branch_false: following ‘false’ branch...
branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:751:7: call_function: calling ‘__wk_xdg_hash_append_glob’ from ‘__wk_xdg_glob_read_from_file’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def169]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:631:30: warning[-Wanalyzer-malloc-leak]: leak of ‘strdup(mime_type)’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:674:1: enter_function: entry to ‘__wk_xdg_glob_read_from_file’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:684:6: branch_false: following ‘false’ branch (when ‘glob_file’ is non-NULL)...
branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:689:10: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:696:11: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:696:10: branch_false: following ‘false’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:699:20: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:704:10: branch_false: following ‘false’ branch (when ‘version_two == 0’)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:716:15: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:717:10: branch_false: following ‘false’ branch (when ‘colon’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:719:7: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:727:10: branch_false: following ‘false’ branch...
branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeglob.c:751:7: call_function: calling ‘__wk_xdg_hash_append_glob’ from ‘__wk_xdg_glob_read_from_file’
Error: CPPCHECK_WARNING (CWE-476): [#def170]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:68: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: list
Error: GCC_ANALYZER_WARNING (CWE-476): [#def171]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:68:3: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘list’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:66:10: acquire_memory: this call could return NULL
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:68:3: danger: ‘list’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: CPPCHECK_WARNING (CWE-476): [#def172]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:69: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: list
Error: GCC_ANALYZER_WARNING (CWE-401): [#def173]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:149:11: warning[-Wanalyzer-malloc-leak]: leak of ‘*list.icons’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:128:6: branch_false: following ‘false’ branch (when ‘file’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:133:11: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:135:10: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:138:11: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:142:10: branch_false: following ‘false’ branch (when ‘sep’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:144:8: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:146:10: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:148:11: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:149:11: danger: ‘*list.icons’ leaks here; was allocated at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def174]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:156:3: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:128:6: branch_false: following ‘false’ branch (when ‘file’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:133:11: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:135:10: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:138:11: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:142:10: branch_false: following ‘false’ branch (when ‘sep’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:144:8: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:146:10: branch_false: following ‘false’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:152:7: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:153:46: acquire_memory: allocated here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:135:10: branch_false: following ‘false’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:157:28: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:156:3: danger: ‘<unknown>’ leaks here; was allocated at [(11)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-122): [#def175]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:156:17: warning[-Wanalyzer-out-of-bounds]: heap-based buffer overflow
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:128:6: branch_false: following ‘false’ branch (when ‘file’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:133:11: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:156:17: danger: write of ‘(long unsigned int)(*list.n_icons + 16) * 16’ bytes at offset ‘0’ exceeds the buffer
Error: GCC_ANALYZER_WARNING (CWE-688): [#def176]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:162:5: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:128:6: branch_false: following ‘false’ branch (when ‘file’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:133:11: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:134:3: release_memory: ‘0’ is NULL
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:156:26: release_memory: ‘0’ is NULL
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:161:6: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:162:5: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:162:12: release_memory: ‘0’ is NULL
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeicon.c:162:5: danger: argument 1 (‘*list.icons’) NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-476): [#def177]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeint.c:169:7: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘out’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeint.c:163:9: acquire_memory: this call could return NULL
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeint.c:167:10: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeint.c:169:11: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeint.c:169:7: danger: ‘out + (long unsigned int)i * 4’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def178]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeint.c:172:3: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘out’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeint.c:163:9: acquire_memory: this call could return NULL
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeint.c:167:10: branch_false: following ‘false’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeint.c:172:6: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeint.c:172:3: danger: ‘out + (long unsigned int)i * 4’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: CPPCHECK_WARNING (CWE-476): [#def179]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:107: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: matchlet
Error: GCC_ANALYZER_WARNING (CWE-476): [#def180]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:107:3: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘matchlet’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:800:1: enter_function: entry to ‘__wk_xdg_magic_read_from_file’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:808:6: branch_false: following ‘false’ branch (when ‘magic_file’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:811:7: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:811:6: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:813:11: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:813:10: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:814:9: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:814:9: call_function: calling ‘_xdg_mime_magic_read_magic_file’ from ‘__wk_xdg_magic_read_from_file’
Error: CPPCHECK_WARNING (CWE-476): [#def181]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:108: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: matchlet
Error: CPPCHECK_WARNING (CWE-476): [#def182]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:109: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: matchlet
Error: CPPCHECK_WARNING (CWE-476): [#def183]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:110: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: matchlet
Error: CPPCHECK_WARNING (CWE-476): [#def184]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:111: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: matchlet
Error: CPPCHECK_WARNING (CWE-476): [#def185]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:112: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: matchlet
Error: CPPCHECK_WARNING (CWE-476): [#def186]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:113: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: matchlet
Error: CPPCHECK_WARNING (CWE-476): [#def187]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:114: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: matchlet
Error: CPPCHECK_WARNING (CWE-401): [#def188]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:188: error[memleakOnRealloc]: Common realloc mistake: 'retval' nulled but not freed upon failure
Error: GCC_ANALYZER_WARNING (CWE-476): [#def189]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:261:3: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘match’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:800:1: enter_function: entry to ‘__wk_xdg_magic_read_from_file’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:808:6: branch_false: following ‘false’ branch (when ‘magic_file’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:811:7: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:811:6: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:813:11: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:813:10: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:814:9: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:814:9: call_function: calling ‘_xdg_mime_magic_read_magic_file’ from ‘__wk_xdg_magic_read_from_file’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def190]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:779:47: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘match’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:800:1: enter_function: entry to ‘__wk_xdg_magic_read_from_file’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:808:6: branch_false: following ‘false’ branch (when ‘magic_file’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:811:7: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:811:6: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:813:11: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:813:10: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:814:9: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:814:9: call_function: calling ‘_xdg_mime_magic_read_magic_file’ from ‘__wk_xdg_magic_read_from_file’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def191]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:781:33: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘match’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:800:1: enter_function: entry to ‘__wk_xdg_magic_read_from_file’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:808:6: branch_false: following ‘false’ branch (when ‘magic_file’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:811:7: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:811:6: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:813:11: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:813:10: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:814:9: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:814:9: call_function: calling ‘_xdg_mime_magic_read_magic_file’ from ‘__wk_xdg_magic_read_from_file’
Error: CPPCHECK_WARNING (CWE-476): [#def192]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:70: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: list
Error: GCC_ANALYZER_WARNING (CWE-476): [#def193]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:70:3: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘list’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:68:10: acquire_memory: this call could return NULL
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:70:3: danger: ‘list’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: CPPCHECK_WARNING (CWE-476): [#def194]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:71: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: list
Error: CPPCHECK_WARNING (CWE-457): [#def195]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:115: error[uninitvar]: Uninitialized variable: &key.n_parents
Error: GCC_ANALYZER_WARNING (CWE-476): [#def196]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:156:23: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:135:6: branch_false: following ‘false’ branch (when ‘file’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:140:11: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:142:10: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:145:11: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:149:10: branch_false: following ‘false’ branch (when ‘sep’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:151:8: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:154:19: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:156:23: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:156:36: release_memory: ‘0’ is NULL
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:156:23: danger: dereference of NULL ‘*list.parents + (long unsigned int)i * 24’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def197]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:168:15: warning[-Wanalyzer-malloc-leak]: leak of ‘*list.parents’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:135:6: branch_false: following ‘false’ branch (when ‘file’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:140:11: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:142:10: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:145:11: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:149:10: branch_false: following ‘false’ branch (when ‘sep’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:151:8: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:163:10: branch_true: following ‘true’ branch (when ‘entry’ is NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:165:14: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:165:14: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:167:15: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:168:15: danger: ‘*list.parents’ leaks here; was allocated at [(3)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def198]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:188:7: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘*entry.parents + ((long unsigned int)*entry.n_parents + 18446744073709551615) * 8’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:135:6: branch_false: following ‘false’ branch (when ‘file’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:140:11: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:142:10: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:145:11: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:149:10: branch_false: following ‘false’ branch (when ‘sep’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:151:8: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:154:19: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:156:23: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:156:14: branch_true: following ‘true’ branch (when the strings are equal)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:163:10: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:163:10: branch_false: following ‘false’ branch (when ‘entry’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:177:12: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:177:10: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:179:11: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:180:28: acquire_memory: this call could return NULL
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:188:7: danger: ‘*entry.parents + ((long unsigned int)*entry.n_parents + 18446744073709551615) * 8’ could be NULL: unchecked value from [(17)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/16)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def199]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:192:3: warning[-Wanalyzer-malloc-leak]: leak of ‘*list.parents’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:135:6: branch_false: following ‘false’ branch (when ‘file’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:140:11: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:192:3: danger: ‘*list.parents’ leaks here; was allocated at [(3)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def200]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:192:3: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:135:6: branch_false: following ‘false’ branch (when ‘file’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:140:11: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:142:10: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:145:11: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:149:10: branch_false: following ‘false’ branch (when ‘sep’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:151:8: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:154:19: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:156:23: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:156:14: branch_true: following ‘true’ branch (when the strings are equal)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:163:10: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:163:10: branch_false: following ‘false’ branch (when ‘entry’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:177:12: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:177:10: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:179:11: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:188:46: acquire_memory: allocated here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:192:3: danger: ‘<unknown>’ leaks here; was allocated at [(17)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/16)
Error: GCC_ANALYZER_WARNING (CWE-122): [#def201]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:192:19: warning[-Wanalyzer-out-of-bounds]: heap-based buffer overflow
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:135:6: branch_false: following ‘false’ branch (when ‘file’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:140:11: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:192:19: danger: write of ‘(long unsigned int)(*list.n_mimes + 16) * 24’ bytes at offset ‘0’ exceeds the buffer
Error: GCC_ANALYZER_WARNING (CWE-688): [#def202]
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:198:5: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:135:6: branch_false: following ‘false’ branch (when ‘file’ is non-NULL)...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:140:11: branch_false: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:141:3: release_memory: ‘0’ is NULL
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:192:28: release_memory: ‘0’ is NULL
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:197:6: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:198:5: branch_true: ...to here
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:198:12: release_memory: ‘0’ is NULL
webkitgtk-2.49.1/Source/ThirdParty/xdgmime/src/xdgmimeparent.c:198:5: danger: argument 1 (‘*list.parents’) NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-476): [#def203]
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_bitfit_allocator.c:61:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘directory’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_bitfit_allocator.c:51:6: enter_function: entry to ‘pas_bitfit_allocator_commit_view’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_bitfit_allocator.c:60:17: call_function: calling ‘pas_compact_bitfit_directory_ptr_load’ from ‘pas_bitfit_allocator_commit_view’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_bitfit_allocator.c:60:17: return_function: return of NULL to ‘pas_bitfit_allocator_commit_view’ from ‘pas_compact_bitfit_directory_ptr_load’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_bitfit_allocator.c:61:5: danger: dereference of NULL ‘directory’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def204]
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_bitfit_directory.h:60:1: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_bitfit_heap.c:200:6: enter_function: entry to ‘pas_bitfit_heap_for_each_live_object’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_bitfit_heap.c:212:10: branch_true: following ‘true’ branch (when ‘variant != 3’)...
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_bitfit_heap.c:216:21: call_function: inlined call to ‘pas_bitfit_heap_get_directory’ from ‘pas_bitfit_heap_for_each_live_object’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_bitfit_heap.c:218:25: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_bitfit_heap.c:221:20: branch_true: ...to here
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_bitfit_heap.c:221:20: call_function: calling ‘pas_bitfit_directory_get_view’ from ‘pas_bitfit_heap_for_each_live_object’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def205]
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_bitfit_page_inlines.h:219:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/jit_heap_config.c:375:1: enter_function: entry to ‘jit_heap_config_specialized_local_allocator_try_allocate_slow’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/jit_heap_config.c:375:1: call_function: inlined call to ‘pas_local_allocator_try_allocate_slow’ from ‘jit_heap_config_specialized_local_allocator_try_allocate_slow’
branch_true: ...to here
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/jit_heap_config.c:375:1: call_function: inlined call to ‘pas_local_allocator_try_allocate_slow’ from ‘jit_heap_config_specialized_local_allocator_try_allocate_slow’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def206]
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_deallocate.h:112:17: warning[-Wanalyzer-jump-through-null]: jump through null pointer
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_utility_heap_config.c:43:1: enter_function: entry to ‘pas_utility_heap_config_specialized_try_deallocate_not_small_exclusive_segregated’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_utility_heap_config.c:43:1: call_function: inlined call to ‘pas_try_deallocate_not_small_exclusive_segregated’ from ‘pas_utility_heap_config_specialized_try_deallocate_not_small_exclusive_segregated’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def207]
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_deallocate.h:127:13: warning[-Wanalyzer-jump-through-null]: jump through null pointer
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_utility_heap_config.c:43:1: enter_function: entry to ‘pas_utility_heap_config_specialized_try_deallocate_not_small_exclusive_segregated’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_utility_heap_config.c:43:1: call_function: inlined call to ‘pas_try_deallocate_not_small_exclusive_segregated’ from ‘pas_utility_heap_config_specialized_try_deallocate_not_small_exclusive_segregated’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def208]
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_deallocate.h:140:13: warning[-Wanalyzer-jump-through-null]: jump through null pointer
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_utility_heap_config.c:43:1: enter_function: entry to ‘pas_utility_heap_config_specialized_try_deallocate_not_small_exclusive_segregated’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_utility_heap_config.c:43:1: call_function: inlined call to ‘pas_try_deallocate_not_small_exclusive_segregated’ from ‘pas_utility_heap_config_specialized_try_deallocate_not_small_exclusive_segregated’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def209]
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_deallocate.h:145:13: warning[-Wanalyzer-jump-through-null]: jump through null pointer
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_utility_heap_config.c:43:1: enter_function: entry to ‘pas_utility_heap_config_specialized_try_deallocate_not_small_exclusive_segregated’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_utility_heap_config.c:43:1: call_function: inlined call to ‘pas_try_deallocate_not_small_exclusive_segregated’ from ‘pas_utility_heap_config_specialized_try_deallocate_not_small_exclusive_segregated’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def210]
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_heap_inlines.h:76:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘cached_index’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_utility_heap_config.c:43:1: enter_function: entry to ‘pas_utility_heap_config_specialized_try_allocate_common_impl_slow’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_utility_heap_config.c:43:1: call_function: inlined call to ‘pas_try_allocate_common_impl_slow’ from ‘pas_utility_heap_config_specialized_try_allocate_common_impl_slow’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def211]
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_local_allocator_inlines.h:969:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/jit_heap_config.c:375:1: enter_function: entry to ‘jit_heap_config_specialized_local_allocator_try_allocate_small_segregated_slow’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/jit_heap_config.c:375:1: call_function: inlined call to ‘pas_local_allocator_try_allocate_small_segregated_slow’ from ‘jit_heap_config_specialized_local_allocator_try_allocate_small_segregated_slow’
branch_true: ...to here
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/jit_heap_config.c:375:1: call_function: inlined call to ‘pas_local_allocator_try_allocate_small_segregated_slow’ from ‘jit_heap_config_specialized_local_allocator_try_allocate_small_segregated_slow’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def212]
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_page_sharing_pool.c:120:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘word_ptr’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_page_sharing_pool.c:923:6: enter_function: entry to ‘pas_page_sharing_pool_verify’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_page_sharing_pool.c:927:5: call_function: calling ‘verify_first_delta’ from ‘pas_page_sharing_pool_verify’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_page_sharing_pool.c:927:5: return_function: returning to ‘pas_page_sharing_pool_verify’ from ‘verify_first_delta’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_page_sharing_pool.c:928:5: call_function: calling ‘verify_participants’ from ‘pas_page_sharing_pool_verify’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def213]
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_page_sharing_pool.h:51:1: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_page_sharing_pool.c:923:6: enter_function: entry to ‘pas_page_sharing_pool_verify’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_page_sharing_pool.c:927:5: call_function: calling ‘verify_first_delta’ from ‘pas_page_sharing_pool_verify’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_page_sharing_pool.c:927:5: return_function: returning to ‘pas_page_sharing_pool_verify’ from ‘verify_first_delta’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_page_sharing_pool.c:928:5: call_function: calling ‘verify_participants’ from ‘pas_page_sharing_pool_verify’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def214]
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_red_black_tree.h:54:1: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘y’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_red_black_tree.c:311:1: enter_function: entry to ‘pas_red_black_tree_remove’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_red_black_tree.c:324:5: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_red_black_tree.c:325:5: call_function: inlined call to ‘pas_red_black_tree_node_get_parent’ from ‘pas_red_black_tree_remove’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_red_black_tree.c:328:10: call_function: inlined call to ‘pas_red_black_tree_node_get_left’ from ‘pas_red_black_tree_remove’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_red_black_tree.c:328:8: branch_false: following ‘false’ branch...
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_red_black_tree.c:328:50: call_function: inlined call to ‘pas_red_black_tree_node_get_right’ from ‘pas_red_black_tree_remove’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_red_black_tree.c:328:9: branch_false: following ‘false’ branch...
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_red_black_tree.c:331:13: branch_false: ...to here
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_red_black_tree.c:331:13: call_function: calling ‘pas_red_black_tree_node_successor’ from ‘pas_red_black_tree_remove’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_red_black_tree.c:331:13: return_function: return of NULL to ‘pas_red_black_tree_remove’ from ‘pas_red_black_tree_node_successor’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_red_black_tree.c:333:14: call_function: inlined call to ‘pas_red_black_tree_node_get_left’ from ‘pas_red_black_tree_remove’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def215]
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_segregated_directory.h:109:1: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_page_sharing_participant.c:56:1: enter_function: entry to ‘pas_page_sharing_participant_get_payload’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_page_sharing_participant.c:70:18: call_function: inlined call to ‘pas_segregated_directory_data_ptr_load’ from ‘pas_page_sharing_participant_get_payload’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_page_sharing_participant.c:70:18: call_function: inlined call to ‘pas_segregated_directory_data_try_get_sharing_payload’ from ‘pas_page_sharing_participant_get_payload’
release_memory: ‘0’ is NULL
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_page_sharing_participant.c:70:18: call_function: inlined call to ‘pas_segregated_directory_data_try_get_sharing_payload’ from ‘pas_page_sharing_participant_get_payload’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def216]
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_segregated_heap_inlines.h:70:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘cached_index’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_utility_heap_config.c:43:1: enter_function: entry to ‘pas_utility_heap_config_specialized_try_allocate_common_impl_slow’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_utility_heap_config.c:43:1: call_function: inlined call to ‘pas_try_allocate_common_impl_slow’ from ‘pas_utility_heap_config_specialized_try_allocate_common_impl_slow’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def217]
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_segregated_page_inlines.h:214:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_thread_local_cache.c:1204:23: enter_function: entry to ‘pas_thread_local_cache_append_deallocation_slow’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_thread_local_cache.c:1212:5: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_thread_local_cache.c:1213:42: branch_true: ...to here
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_thread_local_cache.c:1216:5: call_function: calling ‘pas_thread_local_cache_flush_deallocation_log’ from ‘pas_thread_local_cache_append_deallocation_slow’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def218]
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_segregated_page_inlines.h:440:18: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_deallocate.c:121:6: enter_function: entry to ‘pas_try_deallocate_slow_no_cache’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_deallocate.c:131:8: branch_false: following ‘false’ branch...
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_deallocate.c:143:9: call_function: inlined call to ‘pas_thread_local_cache_can_set’ from ‘pas_try_deallocate_slow_no_cache’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_deallocate.c:152:8: branch_false: following ‘false’ branch...
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_deallocate.c:155:13: branch_false: ...to here
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_deallocate.c:183:12: branch_true: following ‘true’ branch (when ‘page_base’ is non-NULL)...
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_deallocate.c:184:21: call_function: inlined call to ‘pas_page_base_get_kind’ from ‘pas_try_deallocate_slow_no_cache’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_deallocate.c:202:17: call_function: calling ‘deallocate_segregated’ from ‘pas_try_deallocate_slow_no_cache’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def219]
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_segregated_shared_handle.c:80:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘shared_view’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_segregated_shared_handle.c:65:6: enter_function: entry to ‘pas_segregated_shared_handle_destroy’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_segregated_shared_handle.c:78:19: call_function: calling ‘pas_compact_segregated_shared_view_ptr_load’ from ‘pas_segregated_shared_handle_destroy’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_segregated_shared_handle.c:78:19: return_function: return of NULL to ‘pas_segregated_shared_handle_destroy’ from ‘pas_compact_segregated_shared_view_ptr_load’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_segregated_shared_handle.c:80:5: danger: dereference of NULL ‘shared_view’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def220]
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_segregated_shared_handle.c:111:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘shared_view’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_segregated_shared_handle.c:91:6: enter_function: entry to ‘pas_segregated_shared_handle_note_emptiness’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_segregated_shared_handle.c:98:19: call_function: calling ‘pas_compact_segregated_shared_view_ptr_load’ from ‘pas_segregated_shared_handle_note_emptiness’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_segregated_shared_handle.c:98:19: return_function: return of NULL to ‘pas_segregated_shared_handle_note_emptiness’ from ‘pas_compact_segregated_shared_view_ptr_load’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_segregated_shared_handle.c:111:9: danger: dereference of NULL ‘shared_view’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def221]
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_segregated_size_directory.c:972:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_segregated_size_directory.c:957:18: enter_function: entry to ‘pas_segregated_size_directory_compute_summary_for_unowned_exclusive’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_segregated_size_directory.c:965:5: branch_true: following ‘true’ branch...
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_segregated_size_directory.c:967:12: call_function: inlined call to ‘pas_segregated_size_directory_data_ptr_load’ from ‘pas_segregated_size_directory_compute_summary_for_unowned_exclusive’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_segregated_size_directory.c:968:20: branch_true: ...to here
release_memory: ‘0’ is NULL
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_segregated_size_directory.c:972:21: danger: dereference of NULL ‘(pas_segregated_size_directory_data *)<unknown>’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def222]
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_segregated_size_directory_inlines.h:62:16: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘cached_index’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_utility_heap_config.c:43:1: enter_function: entry to ‘pas_utility_heap_config_specialized_try_allocate_common_impl_slow’
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_utility_heap_config.c:43:1: call_function: inlined call to ‘pas_try_allocate_common_impl_slow’ from ‘pas_utility_heap_config_specialized_try_allocate_common_impl_slow’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def223]
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_try_allocate_common.h:167:17: warning[-Wanalyzer-jump-through-null]: jump through null pointer
webkitgtk-2.49.1/Source/bmalloc/libpas/src/libpas/pas_utility_heap_config.c:43:1: call_function: inlined call to ‘pas_try_allocate_common_impl_slow’ from ‘pas_utility_heap_config_specialized_try_allocate_common_impl_slow’
Error: COMPILER_WARNING: [#def224] [important]
webkitgtk-2.49.1/redhat-linux-build/webkit2gtk-4.1/CMakeFiles/CMakeScratch/TryCompile-2agr9n/CheckSymbolExists.c:8:19: error[error]: ‘timingsafe_bcmp’ undeclared (first use in this function)
Error: COMPILER_WARNING: [#def225] [important]
webkitgtk-2.49.1/redhat-linux-build/webkit2gtk-4.1/CMakeFiles/CMakeScratch/TryCompile-Ed0Hxo/CheckSymbolExists.c:8:19: error[error]: ‘MAP_ALIGNED’ undeclared (first use in this function)
Error: COMPILER_WARNING: [#def226] [important]
webkitgtk-2.49.1/redhat-linux-build/webkit2gtk-4.1/CMakeFiles/CMakeScratch/TryCompile-JGAJkZ/src.c:6:34: error[error]: ‘struct stat’ has no member named ‘st_birthtime’
Error: COMPILER_WARNING: [#def227] [important]
webkitgtk-2.49.1/redhat-linux-build/webkit2gtk-4.1/CMakeFiles/CMakeScratch/TryCompile-JriwGI/CheckSymbolExists.c:8:19: error[error]: ‘_aligned_malloc’ undeclared (first use in this function)
Error: COMPILER_WARNING: [#def228]
webkitgtk-2.49.1/redhat-linux-build/webkit2gtk-4.1/CMakeFiles/CMakeScratch/TryCompile-LCIOaq/CheckSymbolExists.c:2:10: warning[fatal error]: pthread_np.h: No such file or directory
Error: COMPILER_WARNING: [#def229] [important]
webkitgtk-2.49.1/redhat-linux-build/webkit2gtk-4.1/CMakeFiles/CMakeScratch/TryCompile-b0jGfL/CheckSymbolExists.c:8:19: error[error]: ‘SHM_ANON’ undeclared (first use in this function)
Error: COMPILER_WARNING: [#def230]
webkitgtk-2.49.1/redhat-linux-build/webkit2gtk-4.1/CMakeFiles/CMakeScratch/TryCompile-f1nJZg/CheckIncludeFile.c:1:10: warning[fatal error]: pthread_np.h: No such file or directory
Error: COMPILER_WARNING: [#def231] [important]
webkitgtk-2.49.1/redhat-linux-build/webkitgtk-6.0/CMakeFiles/CMakeScratch/TryCompile-6oI3BN/CheckSymbolExists.c:8:19: error[error]: ‘_aligned_malloc’ undeclared (first use in this function)
Error: COMPILER_WARNING: [#def232] [important]
webkitgtk-2.49.1/redhat-linux-build/webkitgtk-6.0/CMakeFiles/CMakeScratch/TryCompile-AGz2WJ/src.c:6:34: error[error]: ‘struct stat’ has no member named ‘st_birthtime’
Error: COMPILER_WARNING: [#def233]
webkitgtk-2.49.1/redhat-linux-build/webkitgtk-6.0/CMakeFiles/CMakeScratch/TryCompile-IaPMZV/CheckSymbolExists.c:2:10: warning[fatal error]: pthread_np.h: No such file or directory
Error: COMPILER_WARNING: [#def234] [important]
webkitgtk-2.49.1/redhat-linux-build/webkitgtk-6.0/CMakeFiles/CMakeScratch/TryCompile-KYh1UI/CheckSymbolExists.c:8:19: error[error]: ‘SHM_ANON’ undeclared (first use in this function)
Error: COMPILER_WARNING: [#def235] [important]
webkitgtk-2.49.1/redhat-linux-build/webkitgtk-6.0/CMakeFiles/CMakeScratch/TryCompile-Q7AcGz/CheckSymbolExists.c:8:19: error[error]: ‘MAP_ALIGNED’ undeclared (first use in this function)
Error: COMPILER_WARNING: [#def236]
webkitgtk-2.49.1/redhat-linux-build/webkitgtk-6.0/CMakeFiles/CMakeScratch/TryCompile-VnDsJT/CheckIncludeFile.c:1:10: warning[fatal error]: pthread_np.h: No such file or directory
Error: COMPILER_WARNING: [#def237] [important]
webkitgtk-2.49.1/redhat-linux-build/webkitgtk-6.0/CMakeFiles/CMakeScratch/TryCompile-uhkmgc/CheckSymbolExists.c:8:19: error[error]: ‘timingsafe_bcmp’ undeclared (first use in this function)
Scan Properties
analyzer-version-clippy | 1.86.0 |
analyzer-version-cppcheck | 2.17.1 |
analyzer-version-gcc | 15.0.1 |
analyzer-version-gcc-analyzer | 15.0.1 |
analyzer-version-shellcheck | 0.10.0 |
analyzer-version-unicontrol | 0.0.2 |
enabled-plugins | clippy, cppcheck, gcc, shellcheck, unicontrol |
exit-code | 0 |
host | ip-172-16-1-167.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.20250425.124705.g1c7c448.main-1.el9.noarch |
mock-config | fedora-rawhide-x86_64 |
project-name | webkitgtk-2.49.1-1.fc43 |
store-results-to | /tmp/tmps6d8ztt0/webkitgtk-2.49.1-1.fc43.tar.xz |
time-created | 2025-04-25 21:14:54 |
time-finished | 2025-04-26 02:10:39 |
tool | csmock |
tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'unicontrol,cppcheck,gcc,clippy,shellcheck' '-o' '/tmp/tmps6d8ztt0/webkitgtk-2.49.1-1.fc43.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmps6d8ztt0/webkitgtk-2.49.1-1.fc43.src.rpm' |
tool-version | csmock-3.8.1.20250422.172604.g26bc3d6-1.el9 |