git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.4.x@1562
632fc199-4ca6-4c93-a231-
07263d6284db
as much of the image as possible, but those functions will now return -1 to
indicate that the decompression was not entirely successful.
+[10] Fixed a bug in the MIPS DSPr2 4:2:2 fancy upsampling routine that caused a
+buffer overflow (and subsequent segfault) when decompressing a 4:2:2 JPEG image
+in which the right-most MCU was 5 or 6 pixels wide.
+
1.4.0
=====
srl t1, t1, 4
sb t0, 0(s3)
sb t1, 1(s3)
- addiu s3, 2
+ beq t8, s0, 22f // skip to final iteration if width == 3
+ addiu s3, 2
2:
lh t0, 0(s0) // t0 = A3|A2
lh t2, 0(s1) // t2 = B3|B2
sb t2, 3(s3)
bne t8, s0, 2b
addiu s3, 4
+22:
beqz s5, 4f
addu t8, s0, s5
3: