- 01 Mar, 2022 7 commits
- 17 Feb, 2022 9 commits
- 14 Feb, 2022 6 commits
- 13 Feb, 2022 6 commits
- 11 Feb, 2022 9 commits
- 08 Feb, 2022 3 commits
Multiple lz4_legacy archives can be directly concatenated
In the constructor of mmap_data, there are two possible values when fails: nullptr if fstat() fails, and MAP_FAILED if mmap() fails, but mmap_data treated MAP_FAILED as valid address and crashes.