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

trait Pixels: Add fn wrapping_*as_{mut_,}ptr methods for non-bounds checked versions #1337

Merged
merged 2 commits into from
Aug 28, 2024

Commits on Aug 28, 2024

  1. trait Pixels: Add fn wrapping_*as_{mut_,}ptr methods for non-boun…

    …ds checked versions.
    kkysen committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c3d2919 View commit details
    Browse the repository at this point in the history
  2. fn cdef::Fn::call: Use .wrapping_as_ptr for bottom to avoid out…

    …-of-bounds, as the ptr is temporarily out of bounds when passed to asm.
    kkysen committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e541a11 View commit details
    Browse the repository at this point in the history