Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix null byte truncation in __place_input_wrapper #1503

Merged
merged 2 commits into from
Nov 25, 2024

Commits on Oct 21, 2024

  1. fix null byte truncation in __place_input_wrapper

    when using input_bytes.value, the input buffer will be truncated to the first null bytes encountered.
    
    a initial seed such as : b"\x04\x08\x00\x66" will be b"\x04\x08"
    golem9247 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1a00eb1 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. __place_input_wrapper : use input_bytes.raw instead of inputs_bytes.v…

    …alue to prevent null byte truncation
    golem9247 authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2a7d8f9 View commit details
    Browse the repository at this point in the history