Skip to content

Release 0.3.2

Latest
Compare
Choose a tag to compare
@kadiwa4 kadiwa4 released this 01 Apr 14:19
· 5 commits to main since this release
37614a8
  • add overflow checks to DevicetreeBuilder
  • add impl ToOwned for Devicetree, impl Debug for MemReserveEntries<'_>
  • error on dt.get_path("") instead of returning the root
  • do proper bounds checks for the memory reservation block and struct blob
  • check that the blocks are in the correct order and don't overlap (+ introduce BlobError::InvalidBlockOrder)

Internal

  • add a lot more tests and better safety comments