MCPcopy Create free account
hub / github.com/HexHive/NASS / PrintStack

Function PrintStack

fuzz/libfuzzer/scripts/unbalanced_allocs.py:23–29  ·  view source on GitHub ↗
(line, stack)

Source from the content-addressed store, hash-verified

21
22
23def PrintStack(line, stack):
24 global _skip
25 if _skip > 0:
26 return
27 print("Unbalanced " + line.rstrip())
28 for l in stack:
29 print(l.rstrip())
30
31
32def ProcessStack(line, f):

Callers 2

ProcessFreeFunction · 0.85
ProcessRunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected