Skip to content

Conversation

@IsaacWoods
Copy link
Member

This upstreams two local changes from Pebble's fork of uefi-rs, which would allow us to use the official release:

  • Fixes a bug in LoadedImage::load_options where a slice is created from a null pointer if no load options are passed, causing a panic. Fixed by returning an empty string if there aren't any load options. Also documents this behaviour.
  • Provides a method for constructing custom MemoryTypes, checking that it's valid.
@GabrielMajeri
Copy link
Collaborator

To get CI green:

  • rebase on the latest master, which fixes build with latest nightlies
  • run cargo fmt on the code
@IsaacWoods
Copy link
Member Author

Thanks @GabrielMajeri, CI is now green

@GabrielMajeri
Copy link
Collaborator

Thank you for the contribution!

@GabrielMajeri GabrielMajeri merged commit b187df2 into rust-osdev:master Aug 7, 2020
@IsaacWoods IsaacWoods deleted the master branch April 6, 2022 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants