Skip to content

add support to configure aux buffer size via args#52

Merged
schumilo merged 1 commit intonyx-fuzz:qemu-nyx-4.2.0from
schumilo:qemu-nyx-4.2.0-var-aux-buffer
Aug 3, 2023
Merged

add support to configure aux buffer size via args#52
schumilo merged 1 commit intonyx-fuzz:qemu-nyx-4.2.0from
schumilo:qemu-nyx-4.2.0-var-aux-buffer

Conversation

@schumilo
Copy link
Copy Markdown
Member

For particularly long ASAN reports it can be useful to allocate a larger aux buffer to avoid the report copied via the PANIC_EXTENDED hypercall being truncated. This PR adds this option and capability. With this patch the aux buffer can be configured via an extra parameter in the nyx device via cmd line arguments. The default value is kept to 0x1000 to maintain full compatibility with fuzzing front-ends which don't utilize this feature.

Example:

-device nyx,aux_buffer_size=8192 

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.

1 participant