In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade arrow2
to version 0.7.1, 0.8.2, 0.9.2 or higher.
arrow2 is a the most feature-complete implementation of the Arrow format after the C++ implementation.
Affected versions of this package are vulnerable to Double Free when cloned via the struct Ffi_ArrowArray
which implements #derive(Clone)
that is inconsistent with its custom implementation of Drop
. Cloning this struct in safe
results in a segmentation fault, which is unsound.