ffmpeg | branch: release/3.0 | Sergey Volk | Wed Sep 7
14:05:35 2016 -0700| [9259b7f38e008720096532cd4e666a9889f3c578] | committer:
Michael Niedermayer
avformat/mov: Fix potential integer overflow in mov_read_keys
Actual allocation size is computed as (count + 1)*sizeof(meta_keys), so
we
ffmpeg | branch: release/3.1 | Sergey Volk | Wed Sep 7
14:05:35 2016 -0700| [7a3dc2f7b6c2fbe62aeed7839e736db395a6f76a] | committer:
Michael Niedermayer
avformat/mov: Fix potential integer overflow in mov_read_keys
Actual allocation size is computed as (count + 1)*sizeof(meta_keys), so
we
ffmpeg | branch: master | Sergey Volk | Wed Sep 7
14:05:35 2016 -0700| [347cb14b7cba7560e53f4434b419b9d8800253e7] | committer:
Michael Niedermayer
avformat/mov: Fix potential integer overflow in mov_read_keys
Actual allocation size is computed as (count + 1)*sizeof(meta_keys), so
we need to