MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / FwContext

Class FwContext

icicle-cortexm/fuzzware-native/native_hooks.c:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
87 // Allocate memory for data managed by Fuzzware.
88 struct FwContext *ctx = malloc(sizeof(struct FwContext));
89 memset(ctx, 0, sizeof(struct FwContext));
90 uc->fw = ctx;
91

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected