Re: [PATCH v3] eal/linuxapp: check mmap return value MAP_FAILED
From: Thomas Monjalon <hidden> Date: 2017-10-09 21:18:12
29/08/2017 10:31, Sergio Gonzalez Monroy:
On 28/08/2017 22:49, Seth Howell wrote:
quoted
If mmap fails, it will return the value MAP_FAILED. Checking for this
return code allows us to properly identify mmap failures and report
them as such to the calling function.
Signed-off-by: Seth Howell <redacted>