Heiko Carstens 7678dcfb31 s390/disassembler: prevent endless loop in print_fn_code()
If the size of the opcode to be printed is larger than "len" we'll
see an overflow of an unsigned long value, which means that the
while loop within print_fn_code() will loop quite a long time until
there is the next chance for an exit.
So add an early exit check.

Reported-by: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2013-05-07 14:11:55 +02:00
..
2012-05-16 14:42:41 +02:00
2013-03-03 23:00:27 -05:00
2013-03-03 23:00:27 -05:00
2011-01-05 12:47:31 +01:00
2012-11-23 11:14:31 +01:00
2013-02-28 09:37:13 +01:00
2013-04-08 17:39:27 +02:00
2012-09-26 15:45:21 +02:00
2012-11-06 22:39:51 +01:00
2013-01-08 10:57:10 +01:00
2013-04-17 14:07:28 +02:00
2013-04-08 17:39:27 +02:00