Check iseq buffer size before code emission; fix #4090
The type of `s->pc` is now `uint16_t` that can be overflowed easily. Need more checks.
Showing
Please register or sign in to comment
The type of `s->pc` is now `uint16_t` that can be overflowed easily. Need more checks.