Skip to content

Commit

Permalink
Merge pull request #1516 from rust-osdev/bishop-fix-conv-check
Browse files Browse the repository at this point in the history
Add missing type/subtype checks to `TryFrom<&DevicePathNode>`
  • Loading branch information
phip1611 authored Jan 12, 2025
2 parents 78b2f11 + 8ae3311 commit a2b78a7
Show file tree
Hide file tree
Showing 4 changed files with 353 additions and 0 deletions.
3 changes: 3 additions & 0 deletions uefi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
## Changed
- MSRV increased to 1.81.
- `core::error::Error` impls are no longer gated by the `unstable` feature.
- Fixed missing checks in the `TryFrom` conversion from `&DevicePathNode` to
specific node types. The node type and subtype are now checked, and
`NodeConversionError::DifferentType` is returned if they do not match.


# uefi - 0.33.0 (2024-10-23)
Expand Down
Loading

0 comments on commit a2b78a7

Please sign in to comment.