In op_size, add break statement missing for OPc_PVOP.
authorNicholas Clark <nick@ccl4.org>
Sat, 23 Apr 2011 20:55:48 +0000 (21:55 +0100)
committerNicholas Clark <nick@ccl4.org>
Sun, 24 Apr 2011 21:05:02 +0000 (22:05 +0100)
commit219b7d3497fb2c1bca6e63f521f61b725e5afc7d
tree7e63b5b9c2ee2c8d854da15007b25e77f5e7f789
parent574d9fd949280e15565bdd31f6d7c6b445e4884f
In op_size, add break statement missing for OPc_PVOP.

This has been missing since op_size was added in 0.60. Without it, PVOPs would
run on into the OPc_LOOP case, which would likely SEGV as it would consider
the char *op_pv as OP *op_first, and non-existent op_last, op_redoop, op_nextop
and op_lastop.
CHANGES
Size.xs
t/code.t