canyie ebb0ec6c42 Make xmmap() returns nullptr when fails
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.
2022-02-08 00:49:47 -08:00
..
2021-11-30 01:50:55 -08:00
2021-09-07 19:35:28 -07:00
2021-08-12 03:26:54 -07:00
2022-02-08 00:49:22 -08:00
2022-02-06 00:27:31 -08:00
2019-01-20 00:07:58 -05:00
2021-10-20 03:17:42 -07:00
2022-02-07 02:46:47 -08:00