mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-26 11:47:13 +09:00
Mark the _out_of_bounds() function as noreturn
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user