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

fn unaligned_lvl_slice: Safely encapsulate "unaligned" slices of lvl: &[[u8; 4]], as previous accesses were UB #731

Merged
merged 3 commits into from
Feb 9, 2024

Commits on Feb 6, 2024

  1. fn rav1d_loopfilter_sbrow_cols: Don't use .chunks on level_ptr

    …as it removes the padding.
    kkysen committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    5cb1b30 View commit details
    Browse the repository at this point in the history
  2. fn unaligned_lvl_slice: Safely encapsulate "unaligned" slices of `l…

    …vl: &[[u8; 4]]`, as previous accesses were UB.
    kkysen committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    dc02d18 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. fn unaligned_lvl_slice: Replace sometimes broken and unsafe `.ali…

    …gn_to` impl with the unstable `.flatten` and `.as_chunks` ported from `std`.
    kkysen committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    180f07b View commit details
    Browse the repository at this point in the history