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

Update icu_locid, icu_properties #91

Merged

Commits on Jul 25, 2024

  1. Update icu_locid, icu_properties

    This update brings us to zerovec 0.10.4 which addresses a flaw
    that Dependabot is warning about:
    
    > The affected versions make unsafe memory accesses under the
    > assumption that `#[repr(packed)]` has a guaranteed field order.
    >
    > The Rust specification does not guarantee this, and
    > rust-lang/rust#125360 (1.80.0-beta) starts reordering
    > fields of `#[repr(packed)]` structs, leading to illegal memory
    > accesses.
    >
    > The patched versions 0.9.7 and 0.10.3 use `#[repr(C, packed)]`,
    > which guarantees field order.
    waywardmonkeys committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    b3f6502 View commit details
    Browse the repository at this point in the history