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
[#66] Fixed potential overflow in calls to align_up.
Changed
[#62] The load_cmdline function now takes as a parameter the crate defined Cmdline object instead of Cstr. This means that customers don't need to convert the object before calling into load_cmdline.
[#83] Updated the vm-memory dependency requirement to the latest version (0.6.0).
Added
[#79] Implemented From<Cmdline> for Vec<u8>. This replaces the obsolete Into
implementation.