Joseph Ferano 01e60fa5b7 A struct cannot hold a dyn field the collector would never find
The condition payload was already refused on exactly this ground; the plain
struct got the same shape past the checker.  The audit's probe showed the
emitted program rooting the temporary, popping it at ret, and leaving the
field's vec reachable only through arena memory the marker never walks —
a use-after-free on a timer.  Lifted with milestone 2's per-type
descriptors, alongside the condition's.
2026-09-19 14:30:46 +07:00
..