Highlights
Buffer Overflow: 1 prior fix. Scrutinize any change in this area.
SpawnFileAction.java: 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.
Use After Free: Path string passed to posix_spawn_file_actions_addopen was not kept alive, allowing the native call to read freed memory.
Buffer Overflow: FindFirstFileW buffer was too small for long paths, causing a native buffer overflow.