Some unsafe
code in arrow is seemingly unsound or not very well documented.
#6020
Labels
unsafe
code in arrow is seemingly unsound or not very well documented.
#6020
Hi all,
while going through the code in
arrow
, I spotted a few places in which the usage of unsafe code is unsound, and a few in which I could not determine whether it was or not.I do not believe that the issues I found could cause problems today, but I prepared a PR nonetheless that fixes the unsound cases I could find, improves documentation in the cases in which I could figure out why the code is indeed sound, and leaves a FIXME comment for the remaining cases that were beyond my ability to figure out :-)
I hope this helps!
The text was updated successfully, but these errors were encountered: