Result for 18844A3B38F5A2750A96B37B40ACBB9A86A3A891

Query result

Key Value
FileNameusr/share/cppcheck/platforms/cray_sv1.xml
FileSize389
MD5AB92C57CFBD6CF976C78C783E7275548
SHA-118844A3B38F5A2750A96B37B40ACBB9A86A3A891
SHA-2566E42D99A15A8C0E8A378BA7BF3F143F0605D1AC74F3570083591716B8C79AEC5
SHA-5121715FCA53BF1B67F15E5F82EAF78F7ACD3D3F19094F8198064A9F500990CCD4AACEE7E39924053422EEC7D8C483D36D0F3BB31E0B59E83B71E3ADD5EE1DF4B05
SSDEEP12:TMbFNIlMdlTBbyoFrmRKSJjWqpn2uKR5cCoKR:w3sMgBKfPR
TLSHT16DE09291D3F0DE7165D90A973B4123078A5A8CD710C2F02F3088C2802F671328AEBB66
insert-timestamp1728231158.2873898
mimetypetext/xml
sourcesnap:xWE6VdvB6lEkuF4k3wfapQnHWikxRLhe_7
tar:gnameroot
tar:unameroot
hashlookup:parent-total31
hashlookup:trust100

Network graph view

Parents (Total: 31)

The searched file hash is included in 31 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileNamehttp://dl-cdn.alpinelinux.org/alpine/latest-stable//community//armhf//cppcheck-2.14.0-r0.apk
MD5057754DE1681FCEECCAAB94620CCD910
SHA-113C7B8F627B28C78D01AD12BC66FD74D815925DF
SHA-2568BF6B992085B9C5AD84EA902AB6AEC9F2855481424B84088498DD80A73947393
SSDEEP49152:JFKLbL+00kEfhLGqzaONHo7jqSgZPipA57rD:rKvz/E8qF8jqScPzD
TLSHT1A19533C76700F3129B7CBABA28792FC665CD1FC1D8E862BC903CB99DE1258B65133954
Key Value
MD5D28D215F7A00F383CFCFAAA0A6E79D57
PackageArchs390x
PackageDescriptionThis program tries to detect bugs that your C/C++ compiler don't see. Cppcheck is versatile. You can check non-standard code that includes various compiler extensions, inline assembly code, etc. Checking covers for example these errors: * Out of bounds * Uninitialized member variable 'classname::varname' * Using 'memfunc' on class * Using 'memfunc' on struct that contains a 'std::classname' * Class Base which is inherited by class Derived does not have a virtual destructor * Memory leak: varname * Resource leak: varname * Deallocating a deallocated pointer: varname * Using 'varname' after it is deallocated / released * Invalid radix in call to strtol or strtoul. Must be 0 or 2-36 * Overlapping data buffer varname * Unsigned division. The result will be wrong. * Unusual pointer arithmetic
PackageMaintainerhttps://bugs.opensuse.org
PackageNamecppcheck
PackageReleasebp156.3.4
PackageVersion2.12.1
SHA-11BB95891C05896E6D0820AA633B4C66736413C57
SHA-256F59CD3287B1B0AADAF12FB9D3803991744C1AC0C0D0A2E5997FC8985EEFA207D
Key Value
FileNamehttp://dl-cdn.alpinelinux.org/alpine/latest-stable//community//x86//cppcheck-2.10.3-r0.apk
MD5D43815F5E57C90B81701ADB2E585D5F8
SHA-12FA61946EBCD6F41887CA458F54662FBB4BB2F80
SHA-256C7E33CF52A30B4B8DF6472A14F7E1F7BFCB5FA259F0359CD29F8F42EEB298BB6
SSDEEP49152:2wGNWe2B8YsbErxaWXn4DvBr5dq2bosDvf6f00X61a37x:2v2qYmqxhn4jd5M2lD36f0hi
TLSHT13A95339B5FC5C22E9DD7D6E18710BE2ECC2386CF3577A0978EE092E80C6211C594E5B6
Key Value
FileNamehttp://dl-cdn.alpinelinux.org/alpine/latest-stable//community//s390x//cppcheck-2.14.0-r0.apk
MD5C35CE3B85D8D555FE32B3A08BFD1DBF3
SHA-12FE2F9FE17778AA0BC94D66D2BEC20C4FF8FAAB6
SHA-256E51C337C9433CD0F369C8878B8321E61A5E84B5A318B5580C9C9F62719D7C64E
SSDEEP49152:bsphnLcNHw6WmArwysauIXeA1iEH1JCIw0zH7YpphnB9EUCwJjv/r:opFQNpWrzsa1T1i6mIw0gpphlH/r
TLSHT1999533B962A4FD9B36FBA7522940785F50C0EBDDD3F5E492CDEB8E0C6611940C49CCA8
Key Value
FileSize1866868
MD51FFA8E5823AF71C0C0B4E5225DEF8EA0
PackageDescriptiontool for static C/C++ code analysis (CLI) Cppcheck is a command-line tool that tries to detect bugs that your C/C++ compiler doesn't see. It is versatile, and can check non-standard code including various compiler extensions, inline assembly code, etc. Its internal preprocessor can handle includes, macros, and several preprocessor commands. While Cppcheck is highly configurable, you can start using it just by giving it a path to the source code. . It includes checks for: * pointers to out-of-scope auto variables; * assignment of auto variables to an effective parameter of a function; * out-of-bounds errors in arrays and STL; * missing class constructors; * variables not initialized by a constructor; * use of memset, memcpy, etcetera on a class; * non-virtual destructors for base classes; * operator= not returning a constant reference to itself; * use of deprecated functions (mktemp, gets, scanf); * exceptions thrown in destructors; * memory leaks in class or function variables; * C-style pointer cast in C++ code; * redundant if; * misuse of the strtol or sprintf functions; * unsigned division or division by zero; * unused functions and struct members; * passing parameters by value; * misuse of signed char variables; * unusual pointer arithmetic (such as "abc" + 'd'); * dereferenced null pointers; * incomplete statements; * misuse of iterators when iterating through a container; * dereferencing of erased iterators; * use of invalidated vector iterators/pointers; . This package contains the command-line interface for cppcheck.
PackageMaintainerJoachim Reichel <reichel@debian.org>
PackageNamecppcheck
PackageSectiondevel
PackageVersion2.10-2
SHA-1330486BFD303086387EC4A81A2F3B388E485A8A0
SHA-256ABA6512974022D87E9B9CD395FBB39AA43CC386B711E9408CC654914F58EBC39
Key Value
FileNamehttp://dl-cdn.alpinelinux.org/alpine/latest-stable//community//x86_64//cppcheck-2.14.0-r0.apk
MD5B8E5FE5B871A5CE6CEE283CD64CD4BC7
SHA-1382471C8C1D5A53B6A64459A3A6B15AA60328E5D
SHA-256C8A38840F0106053CAAC0E41BB5FDFA7872F9130D3F3C50B74E656327C0FCC6B
SSDEEP49152:p+/AclyKzFTxq7uttsBsMsKBO3efCqeK4ZUH:p+/AclyKBTw+D9KBOrK4Za
TLSHT1C09533BFFA0B440B979935B85416EFE43D1942B9E8D06FDA1B16A3C0D06CC8788F1E65
Key Value
MD5245C73437E963334F9845518C6AEC5BF
PackageArchx86_64
PackageDescriptionThis program tries to detect bugs that your C/C++ compiler don't see. Cppcheck is versatile. You can check non-standard code that includes various compiler extensions, inline assembly code, etc. Checking covers for example these errors: * Out of bounds * Uninitialized member variable 'classname::varname' * Using 'memfunc' on class * Using 'memfunc' on struct that contains a 'std::classname' * Class Base which is inherited by class Derived does not have a virtual destructor * Memory leak: varname * Resource leak: varname * Deallocating a deallocated pointer: varname * Using 'varname' after it is deallocated / released * Invalid radix in call to strtol or strtoul. Must be 0 or 2-36 * Overlapping data buffer varname * Unsigned division. The result will be wrong. * Unusual pointer arithmetic
PackageMaintainerhttps://bugs.opensuse.org
PackageNamecppcheck
PackageReleasebp156.3.4
PackageVersion2.12.1
SHA-13B736ACA023B1C7280D4A09435504CDBA3B45FA1
SHA-2563D414B174192E1057431B51355EFF171D5E65C338BEBE63043A2DDDDEA7A72BC
Key Value
FileNamehttp://dl-cdn.alpinelinux.org/alpine/latest-stable//community//x86//cppcheck-2.14.0-r0.apk
MD5148F542DEEC904A7DB01016ACC94E64D
SHA-13F0582AA623C810EA3705294C00F1BA96BEBDD29
SHA-2562E8B161105E347BB2CF26CAC27E2F6F5EA8A4BB5396D6EB22F662BEEE5B61E23
SSDEEP49152:UEch+J/sBsyNuguriKHnDl5Df/ksHq89H2iJ:UEu+JKsyNZuriK9k4H2iJ
TLSHT1259533876B864E2C796CC341DA4FF2CADFAA31C577D30E34228953AD50B11AE1DF6812
Key Value
MD5740D0D2043B7E740C8DBDCB276372A1C
PackageArchx86_64
PackageDescriptionThis program tries to detect bugs that your C/C++ compiler don't see. Cppcheck is versatile. You can check non-standard code that includes various compiler extensions, inline assembly code, etc. Checking covers for example these errors: * Out of bounds * Uninitialized member variable 'classname::varname' * Using 'memfunc' on class * Using 'memfunc' on struct that contains a 'std::classname' * Class Base which is inherited by class Derived does not have a virtual destructor * Memory leak: varname * Resource leak: varname * Deallocating a deallocated pointer: varname * Using 'varname' after it is deallocated / released * Invalid radix in call to strtol or strtoul. Must be 0 or 2-36 * Overlapping data buffer varname * Unsigned division. The result will be wrong. * Unusual pointer arithmetic
PackageMaintainerhttps://bugs.opensuse.org
PackageNamecppcheck
PackageReleasebp155.1.5
PackageVersion2.10
SHA-1446B65476EE9D629B9B993C4EAF27F956953665B
SHA-256A8AD252B0F50D215005DE038D9FE0B54017CB581E2C16CB1EE7947B5D14E3CB1
Key Value
SHA-1453FF6797B6A6912B50FFFC435A80220CA1F05AB
snap-authoritycanonical
snap-filenameh8oE1zmtk2RVDXnayvcDNzbC2s1ZGXK9_1716.snap
snap-idh8oE1zmtk2RVDXnayvcDNzbC2s1ZGXK9_1716
snap-namecppcheck
snap-publisher-id3hlEGqY1N84bOvkyrt6yKgKGC0RzU1Zt
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2024-01-12T12:42:56.674221Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/h8oE1zmtk2RVDXnayvcDNzbC2s1ZGXK9_1716.snap