Highlights
Memory Safety: 2 prior fixes. Scrutinize any change in this area.
examples/export/main.rs: most-fixed (1 issue). Treat as high-risk during review.
2 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Memory Safety: Unsafe Vec::from_raw_parts used to build a padded byte vector; incorrect length/alignment could cause use-after-free or buffer overflow.
Memory Safety: Unsafe std::mem::transmute could cause type confusion and memory corruption if struct layout changes.