qtdemux: Guard against 64-bit overflow
authorJan Schmidt <jan@centricular.com>
Thu, 2 Apr 2015 15:08:50 +0000 (02:08 +1100)
committerJan Schmidt <jan@centricular.com>
Fri, 3 Apr 2015 12:07:07 +0000 (23:07 +1100)
commitffa5fce0946000fd3ea4eb86a297d7a759e27931
tree9f669fcf2e68367baa985d578304191f6e88d13c
parent3d59b5f814aebbd8297f08826722ba5c00dd3c30
qtdemux: Guard against 64-bit overflow

For large-file atoms, guard against overflow in the size field,
which could make us jump backward in the file and cause
infinite loops.
gst/isomp4/qtdemux.c