Commit ebbc5e14cdbfcc24bf3c9bb7b41ee10cd979c535

serge-sans-paille 2023-02-02T11:40:17

Fix signed vs unsigned comparison (#765) As reported by -Wsign-compare. In the case of getting the result of comparing the result of sysconf (_SC_PAGESIZE) to other value, this also correctly handles edge cases where the above fails and returns -1. Co-authored-by: serge-sans-paille <sguelton@mozilla.com>