mdsteele / rust-cfb

Rust library for reading/writing Compound File Binary (structured storage) files
MIT License
46 stars 20 forks source link

issues/34 Fixed validation in minialloc #35

Closed ikrivosheev closed 1 year ago

ikrivosheev commented 1 year ago

@mdsteele hello!

  1. Removed except
  2. Validation is less strict in MiniAllocator

Closes: https://github.com/mdsteele/rust-cfb/issues/34

ikrivosheev commented 1 year ago

Hmmm, interesting, this is working and doesnot go to infinity loop... But I don't understand why...

ikrivosheev commented 1 year ago

@mdsteele, can you publish patch release?

mdsteele commented 1 year ago

Done. There's also a new API feature since the last version (multiple Streams from the same CompoundFile can now be open at the same time), so I've published this as v0.8.0.

ikrivosheev commented 1 year ago

Done. There's also a new API feature since the last version (multiple Streams from the same CompoundFile can now be open at the same time), so I've published this as v0.8.0.

Great! Thank you!