The struct Ffi_ArrowArray implements #derive(Clone) that is inconsistent with
its custom implementation of Drop, resulting in a double free when cloned.
Cloning this struct in safe results in a segmentation fault, which is unsound.
This derive was removed from this struct. All users are advised to either:
v0.7,v0.8,v0.9), or<0.7).Doing so elimitates this vulnerability (code no longer compiles).
{
"cwe_ids": [
"CWE-415"
],
"github_reviewed": true,
"github_reviewed_at": "2022-06-16T23:42:08Z",
"nvd_published_at": null,
"severity": "HIGH"
}