Currently, the Pointer class' Read and Write methods for 1D arrays only checks the Pointer to make sure it has a large enough size for the transfer. This is good, but LabVIEW can still crash if the provided buffer array doesn't have enough (count) elements. So it should check both conditions (Pointer size and array size).
Currently, the Pointer class' Read and Write methods for 1D arrays only checks the Pointer to make sure it has a large enough size for the transfer. This is good, but LabVIEW can still crash if the provided buffer array doesn't have enough (count) elements. So it should check both conditions (Pointer size and array size).