ffmpeg | branch: release/2.4 | Andreas Cadhalpun
| Fri Nov 6 21:04:34 2015 +0100|
[79e477823f7fc42912b21991e11fbf4f8966464d] | committer: Andreas Cadhalpun
jvdec: avoid unsigned overflow in comparison
The return type of strlen is size_t, i.e. unsigned, so if pd->buf_size
is 3, the right side
ffmpeg | branch: release/2.5 | Andreas Cadhalpun
| Fri Nov 6 21:04:34 2015 +0100|
[4636eb8968807fc41154b361383b8df4f1b28984] | committer: Andreas Cadhalpun
jvdec: avoid unsigned overflow in comparison
The return type of strlen is size_t, i.e. unsigned, so if pd->buf_size
is 3, the right side
ffmpeg | branch: release/2.6 | Andreas Cadhalpun
| Fri Nov 6 21:04:34 2015 +0100|
[bbeae2c690f1449bbdcb41eeaf025dd2b9f025f5] | committer: Michael Niedermayer
jvdec: avoid unsigned overflow in comparison
The return type of strlen is size_t, i.e. unsigned, so if pd->buf_size
is 3, the right sid
ffmpeg | branch: release/2.7 | Andreas Cadhalpun
| Fri Nov 6 21:04:34 2015 +0100|
[cd8bedb9fa7c3d04288bf57b64081b4a89aefb4d] | committer: Michael Niedermayer
jvdec: avoid unsigned overflow in comparison
The return type of strlen is size_t, i.e. unsigned, so if pd->buf_size
is 3, the right sid
ffmpeg | branch: release/2.8 | Andreas Cadhalpun
| Fri Nov 6 21:04:34 2015 +0100|
[e217224456affb22846bee9ac7c5c877f22bcd51] | committer: Michael Niedermayer
jvdec: avoid unsigned overflow in comparison
The return type of strlen is size_t, i.e. unsigned, so if pd->buf_size
is 3, the right sid
ffmpeg | branch: master | Andreas Cadhalpun
| Fri Nov 6 21:04:34 2015 +0100| [db374790c75fa4ef947abcb5019fcf21d0b2de85] |
committer: Andreas Cadhalpun
jvdec: avoid unsigned overflow in comparison
The return type of strlen is size_t, i.e. unsigned, so if pd->buf_size
is 3, the right side overf