| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected