projects
/
openjdk-17.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ab0fb5
)
adlc-parser
author
OpenJDK Team
<openjdk-17@packages.debian.org>
Wed, 20 Jul 2022 16:04:41 +0000
(17:04 +0100)
committer
Matthias Klose
<doko@ubuntu.com>
Wed, 20 Jul 2022 16:04:41 +0000
(17:04 +0100)
# DP: fixes an uninitialized memory issue in adlc
# DP: fixes an uninitialized memory issue in adlc
Gbp-Pq: Name adlc-parser.diff
src/hotspot/share/adlc/formsopt.cpp
patch
|
blob
|
history
diff --git
a/src/hotspot/share/adlc/formsopt.cpp
b/src/hotspot/share/adlc/formsopt.cpp
index 6f1a5997511e2234fe213699627943515d5a9cd0..082302c82215a1de7d579b4f99f3eb5b1ce892df 100644
(file)
--- a/
src/hotspot/share/adlc/formsopt.cpp
+++ b/
src/hotspot/share/adlc/formsopt.cpp
@@
-445,6
+445,7
@@
FrameForm::FrameForm() {
_return_value = NULL;
_c_return_value = NULL;
_interpreter_frame_pointer_reg = NULL;
+ _cisc_spilling_operand_name = NULL;
}
FrameForm::~FrameForm() {