Mark the _out_of_bounds() function as noreturn
This commit is contained in:
parent
25faa47b46
commit
de22f38da2
@ -449,7 +449,7 @@ _mprotect_readwrite(void *ptr, size_t size)
|
|||||||
|
|
||||||
#ifdef HAVE_ALIGNED_MALLOC
|
#ifdef HAVE_ALIGNED_MALLOC
|
||||||
|
|
||||||
static void
|
__attribute__ ((noreturn)) static void
|
||||||
_out_of_bounds(void)
|
_out_of_bounds(void)
|
||||||
{
|
{
|
||||||
# ifdef SIGSEGV
|
# ifdef SIGSEGV
|
||||||
|
Loading…
Reference in New Issue
Block a user