Skip to content

Filearray 0.1.5

Compare
Choose a tag to compare
@dipterix dipterix released this 16 Oct 12:03
· 56 commits to main since this release
  • 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 passed valgrind memory check.