ryanpoulos / LabVIEW-Memory

A library that provides a set of VIs and classes for performing explicit memory operations, such as pointer allocation and deallocation, in LabVIEW.
MIT License
3 stars 3 forks source link

Featurebug fix #4

Closed mattlutomski closed 5 years ago

mattlutomski commented 5 years ago

Fixing bug #3 to ensure enough space is available in the Buffer that is being read from or written to and that LabVIEW doesn't attempt an out-of-bounds read/write from a memory buffer that is smaller than the requested transfer.