MCPcopy Create free account
hub / github.com/Tencent/TscanCode / checkInvalidFree

Method checkInvalidFree

trunk/lib/checkother.cpp:2213–2278  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Check for a free() of an invalid address char* p = malloc(100); free(p + 10); -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

runSimplifiedChecksFunction · 0.80

Calls 8

findmatchFunction · 0.85
sizeMethod · 0.80
tokAtMethod · 0.80
findMethod · 0.80
endMethod · 0.80
linkAtMethod · 0.80
eraseMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected