Open SilvanScherrer opened 5 years ago
When I run the make check in heimdal I see 2 issues with mmap. If I disable mmap the below test works. The 2nd does a exit 77 if no mmap is avauilable
https://github.com/bitwiseworks/heimdal-os2/blob/master-os2/lib/roken/parse_time-test.c There are also trp files, but I guess it's easier to look at the source than analysing the trp files here. And if needed (which is likely) I ave more info of course.
With latest libcx this test doesnt crash anymore. But mprotect gives permission denied now. Thats a lot better than a crash, but still mit good enough.
When I run the make check in heimdal I see 2 issues with mmap. If I disable mmap the below test works. The 2nd does a exit 77 if no mmap is avauilable
https://github.com/bitwiseworks/heimdal-os2/blob/master-os2/lib/roken/parse_time-test.c There are also trp files, but I guess it's easier to look at the source than analysing the trp files here. And if needed (which is likely) I ave more info of course.