Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-osdev/uefi-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4e4e190
Choose a base ref
...
head repository: rust-osdev/uefi-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 93ccc8c
Choose a head ref
  • 3 commits
  • 7 files changed
  • 3 contributors

Commits on Aug 2, 2024

  1. uefi: Fix lifetimes in device_path TryFrom<&[u8]> impls

    The missing lifetime means that the &[u8] buffer could be freed while the
    &DevicePath still exists, which is UB.
    
    (cherry picked from commit a9e48c2)
    nicholasbishop committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    8b7ec4f View commit details
    Browse the repository at this point in the history
  2. release: uefi-0.30.0

    This release contains a cherry-pick of
    #1282.
    nicholasbishop committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    8b2e5ff View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1285 from nicholasbishop/bishop-release-030

    release: uefi-0.30.0
    phip1611 authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    93ccc8c View commit details
    Browse the repository at this point in the history
Loading