Avoid array overflow
commitce8814cdd65612b523dc77814f1999bb26d421f7
authorMichael Matz <matz@suse.de>
Fri, 12 Feb 2021 22:46:21 +0000 (12 23:46 +0100)
committerMichael Matz <matz@suse.de>
Fri, 12 Feb 2021 22:46:21 +0000 (12 23:46 +0100)
treeed49468beeda7031580ec6dfd5469a2055b9fdc8
parentc4ae326a1d4f299d9e2db966c755cc5f8c577b22
Avoid array overflow

with fuzzed source code we might run into this with idx out of bounds.
We're going to error out on this later, but let's not access
out-of-bounds elements.
x86_64-gen.c