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

Method RecordInitialStack

fuzz/libfuzzer/FuzzerTracePC.cpp:418–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418ATTRIBUTE_NO_SANITIZE_ALL
419void TracePC::RecordInitialStack() {
420 int stack;
421 __sancov_lowest_stack = InitialStack = reinterpret_cast<uintptr_t>(&stack);
422}
423
424uintptr_t TracePC::GetMaxStackOffset() const {
425 return InitialStack - __sancov_lowest_stack; // Stack grows down

Callers 1

ExecuteCallbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected