commaai / msgq

MSGQ: A lock free single producer multi consumer message queue
184 stars 251 forks source link

msgq: Check MAP_FAILED Instead of NULL for mmap #614

Closed deanlee closed 3 months ago

deanlee commented 5 months ago

The mmap function does not return NULL on failure; it returns MAP_FAILED.