Coverity was getting upset about an assignment from a function
authorNicholas Clark <nick@ccl4.org>
Sat, 15 Apr 2006 21:50:12 +0000 (21:50 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 15 Apr 2006 21:50:12 +0000 (21:50 +0000)
commit7d78471c63f10d04f55bbf9f835712005c358e03
tree663820ce04bd60b32a53e2543682a44da7609ede
parent0d3260984663aa39a4c25834f566132d81a03c27
Coverity was getting upset about an assignment from a function
returning int to a U8 variable. Curiously it was only getting upset
about the first of many.
However, we are doing NO ERROR CHECKING on whether we read in the
requested number of bytes of bytecode. All except BGET_op_tr_array
will now croak on a short read.

p4raw-id: //depot/perl@27826
ext/ByteLoader/bytecode.h