Filearray 0.1.5
- Fixed a bug when trying to read array data sequentially. The bug is caused by buffer size being greater than the array length, making in a pointer that controls the partition number exceed the end of vector, resulting in undefined behavior. The functions affected are:
fmap,fmap2. The impact is minor. The bug has been fixed and passedvalgrindmemory check.