Skip to content

cve-rs v0.6.0

Latest
Compare
Choose a tag to compare
@Speykious Speykious released this 22 Feb 00:10
· 18 commits to main since this release
667ffe8

Improvements

  • Our safe transmute implementation has been rewritten by @Creative0708 using a dummy enum instead of a dangling reference and stack spamming. It now works both on debug and release mode on all platforms we support!
  • We have added benchmarks to ensure that transmute is actually Blazingly 🔥 Fast 🚀.
  • not_alloc now returns the maximum reference instead of a null one.
  • segfault now finally works on WASM (WASI), using not_alloc to dereference the maximum reference.
  • cve-rs now has working CI! This will let us ensure that all tasks fail successfully.

PRs

New Contributors

Full Changelog: v0.5.0...v0.6.0