1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Fix bug: bad test for reaching back too far in SAFE mode. (Thank you, Laszlo.)

committer: jreiser <jreiser> 1143564998 +0000
This commit is contained in:
John Reiser 2006-03-28 16:56:38 +00:00
parent 3e38e7d52c
commit 7b6870db22

View File

@ -162,7 +162,7 @@ near_n2e:
#if 1==SAFE /*{*/
ldr tmp,[sp,#sp_DST0]
sub tmp,dst
sub tmp,off; bcc bad_dst_n2e @ reaching back too far
sub tmp,off; bhi bad_dst_n2e @ reaching back too far
add tmp,dst,cnt
cmp tmp,dstlim; bhi bad_dst_n2e @ too much output