Skip to content

Conversation

@ethangraham2001
Copy link
Owner

Description

This PR adds logic for handling relocated data - the write-callback inside of KFuzzTest targets will now parse the byte-array received from the client as the concatenation of a relocation table with a payload, such that all pointer arguments point to data within the payload. This effectively reduces the number of times that data needs to be copied from user-space to kernel to one.

The kftf_parse_input will parse the data contained within the payload, and return a pointer to the first byte of the struct argument for the test case.

@ethangraham2001 ethangraham2001 force-pushed the kftf_domain_constraints branch from 4a7f93e to 8e1f787 Compare July 18, 2025 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants