`FixedSizeBinaryArray` does not perform bound checks on accessing values and offsets
FixedSizeBinaryArray performs insufficient bounds checks, which allows out-of-bounds reads in safe code.
FixedSizeBinaryArray performs insufficient bounds checks, which allows out-of-bounds reads in safe code.
DecimalArray performs insufficient bounds checks, which allows out-of-bounds reads in safe code if the lenght of the backing buffer is not a multiple of 16.
BinaryArray performs insufficient validation on creation, which allows out-of-bounds reads in safe code.