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

[stdlib] Fix unsafe String.write_bytes() #3773

Closed

Commits on Nov 15, 2024

  1. Fix unsafe String.write_bytes()

    Signed-off-by: martinvuyk <[email protected]>
    martinvuyk committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    cb13d54 View commit details
    Browse the repository at this point in the history
  2. add debug_assert for null termination

    Signed-off-by: martinvuyk <[email protected]>
    martinvuyk committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    c1c5516 View commit details
    Browse the repository at this point in the history
  3. fix bounds check

    Signed-off-by: martinvuyk <[email protected]>
    martinvuyk committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a262550 View commit details
    Browse the repository at this point in the history
  4. revert debug assert

    Signed-off-by: martinvuyk <[email protected]>
    martinvuyk committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    8dd4acd View commit details
    Browse the repository at this point in the history