Highlights
Concurrent Execution Issues: 1 prior fix. Scrutinize any change in this area.
jni_fast_zstd.c: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Out-of-bounds Read: Integer overflows in input size and offset validations in the native JNI wrapper can bypass bounds checks, leading to out-of-bounds memory reads during Zstandard decompression operations.
Concurrent Execution Issues: Concurrent, unsynchronized access to native pointers within Java context classes can lead to race conditions and memory corruption in the underlying native code.