[FFmpeg-cvslog] lzo: fix overflow checking in copy_backptr()

2014-07-20 Thread Xi Wang
ffmpeg | branch: release/1.0 | Xi Wang | Fri Mar 15 06:59:22 2013 -0400| [ff712a262d317f5bd6fc9552cd837508e584a565] | committer: Michael Niedermayer lzo: fix overflow checking in copy_backptr() The check `src > dst' in the form `&c->out[-back] > c->out' invokes

[FFmpeg-cvslog] lzo: fix overflow checking in copy_backptr()

2014-07-20 Thread Xi Wang
ffmpeg | branch: release/0.5 | Xi Wang | Fri Mar 15 06:59:22 2013 -0400| [974c2ad87c348a0116a40758ab47ecf2c8d132d2] | committer: Michael Niedermayer lzo: fix overflow checking in copy_backptr() The check `src > dst' in the form `&c->out[-back] > c->out' invokes