Dushistov / sdcv

https://dushistov.github.io/sdcv/
GNU General Public License v2.0
289 stars 42 forks source link

Use off_t for stuff mainly assigned to a stat.st_size value #91

Closed NiLuJe closed 1 year ago

NiLuJe commented 1 year ago

Allows simplifying the mmap sanity checks in mapfile, and actually ensuring they won't break when -D_FILE_OFFSET_BITS=64

This possibly fixes the test failures seen in #86

NiLuJe commented 1 year ago

This possibly fixes the test failures seen in #86

It appears to fix the failures we were seeing on armv7 Android, which I'm hoping were similar in spirit ;).

Dushistov commented 1 year ago

Thank you for PR.