Skip to content

Fix check for mmap failure

David Edmundson requested to merge work/mmap into master

Docs for mmap state it returns -1 if it can't map an address rather than null.

BUG: 421868

Merge request reports