Mark the _out_of_bounds() function as noreturn

This commit is contained in:
Frank Denis 2016-03-27 00:21:04 +01:00
parent 25faa47b46
commit de22f38da2

View File

@ -449,7 +449,7 @@ _mprotect_readwrite(void *ptr, size_t size)
#ifdef HAVE_ALIGNED_MALLOC
static void
__attribute__ ((noreturn)) static void
_out_of_bounds(void)
{
# ifdef SIGSEGV