Fix potential SEGVs for OP_AELEMFAST on a lexical.
authorNicholas Clark <nick@ccl4.org>
Sat, 23 Apr 2011 20:07:10 +0000 (21:07 +0100)
committerNicholas Clark <nick@ccl4.org>
Sun, 24 Apr 2011 21:04:45 +0000 (22:04 +0100)
commit574d9fd949280e15565bdd31f6d7c6b445e4884f
tree8ec520d41c8b5616f0362793cf0a4494d2166df0
parent57fcdb5b2135b53c38a100282adcf8a239eb918c
Fix potential SEGVs for OP_AELEMFAST on a lexical.

OP_AELEMFAST is wonderfully special, in that it can be used to replace both
OP_GV and OP_PADAV. The latter is only a baseop, whereas OP_AELEMFAST is a
flagged as a padop/svop. baseops are smaller, and (therefore) don't have memory
allocated where op_sv "should" be.
CHANGES
Size.xs
t/code.t