Chromium Code Reviews
DescriptionFix invalid cast of heap constant object.
Previously we were casting to Operator1<Unique<Object>>, instead of the
correct type for heap constant objects, Operator1<Unique<HeapObject>>.
Cleanup for cfi_vptr=1; see https://www.chromium.org/developers/testing/control-flow-integrity
BUG=chromium:457523
R=bmeurer@chromium.org
LOG=N
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|
|||||||||||||||||||