Skip to content

linux-loader-v0.4.0

Compare
Choose a tag to compare
@andreeaflorescu andreeaflorescu released this 23 Sep 15:50
· 120 commits to main since this release

Fixed

  • [#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.