Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork175
Merge release-v0.30 branch into main#1289
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
The missing lifetime means that the &[u8] buffer could be freed while the&DevicePath still exists, which is UB.(cherry picked from commita9e48c2)
This release contains a cherry-pick ofrust-osdev#1282.
…-030release: uefi-0.30.0
Update transitive libs.
phip1611 commentedAug 6, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Generally, I think the approach you have taken is valid. But I think, we should merge the changes into main as well. It feels more consistent and streamlined, doesn't it?@nicholasbishop |
Yep, I didn't think about the main branch but this definitely makes sense. |
d4ae463
Uh oh!
There was an error while loading.Please reload this page.
It is weird that we have a release v0.30 branch and a released version, but
uefi
is stillat
0.29
on the main branch. This merges the branch from#1285 into main with some necessary adaptions.Checklist