eina - mmap safety handler - fix to only handle sigbus's from io
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Tue, 13 Jan 2015 10:26:55 +0000 (19:26 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Tue, 13 Jan 2015 10:30:11 +0000 (19:30 +0900)
commit615456aae8c309d0e82c6b549d17a7109554a4f6
tree5d9bbb1dcc4b4f7d669e980ef547e5feb9da4244
parent43a60f7718848ed2b97536e8fb927bb903464656
eina - mmap safety handler - fix to only handle sigbus's from io

@fix

this fixes the eina mmap safety handler to only  handle what comes
from actual i/o errors (not actual corrupt/hw memory faults or invalid
objects), and if it's not a sigbus eina mmap should handle then pass
it onto the previous handler before eina mmap took over.
src/lib/eina/eina_mmap.c