You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Derived Eq for Error types and the PvhBootCapability enum.
Fixed
Fixed a bug in load_cmdline due to which the command line was not null terminated. This resulted in a change in the Cmdline API where instead of returning the cmdline as a String, we're now returning it as a CString as the latter has support for converting it to a null terminated bytes array.
Fixed an off-by-one error in load_cmdline, where we were doing validations on the first address after the command line memory region, instead of the last inclusive one of it.