mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
6878713: Verifier heap corruption, relating to backward jsrs
Added overflow detection in arena Amalloc methods Reviewed-by: coleenp, phh
This commit is contained in:
parent
97e74a3862
commit
380d90b364
7 changed files with 114 additions and 2 deletions
|
@ -77,6 +77,7 @@
|
|||
# endif
|
||||
|
||||
#ifdef LINUX
|
||||
#define __STDC_LIMIT_MACROS
|
||||
#include <inttypes.h>
|
||||
#include <signal.h>
|
||||
#include <ucontext.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue