Skip to content
Unverified Commit 49797609 authored by Diego Novillo's avatar Diego Novillo Committed by GitHub
Browse files

Protect against out-of-bounds references when folding OpCompositeExtract (#2774)

This fixes #2608.

The original test case had an out-of-bounds reference that ended up
folding into OpCompositeExtract that was indexing right outside the
constant composite.

The returned constant would then cause a segfault during constant
propagation.
parent 7fd2365b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment