aboutsummaryrefslogtreecommitdiffstats
path: root/presets
diff options
context:
space:
mode:
authorXi Wang <xi.wang@gmail.com>2013-03-15 06:59:22 -0400
committerLuca Barbato <lu_zero@gentoo.org>2013-03-15 13:21:15 +0100
commit22c27e1f4a6ff3d8d0409b30c8a9edb689ffdeaa (patch)
treeaa3cccf746d55160aa2c8e1bbee00e6cdbca4958 /presets
parent9d4355d90a6a8fc49f6ff05f98b86e37c262ac91 (diff)
downloadffmpeg-22c27e1f4a6ff3d8d0409b30c8a9edb689ffdeaa.tar.gz
lzo: fix overflow checking in copy_backptr()
The check `src > dst' in the form `&c->out[-back] > c->out' invokes pointer overflow, which is undefined behavior in C. Remove the check. Also replace `&c->out[-back] < c->out_start' with a safe form `c->out - c->out_start < back' to avoid overflow. CC: libav-stable@libav.org Signed-off-by: Xi Wang <xi.wang@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org> (cherry picked from commit ca6c3f2c53be70aa3c38e8f1292809db89ea1ba6)
Diffstat (limited to 'presets')
0 files changed, 0 insertions, 0 deletions