angler-fishThe Vulnerability History Project

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 check that (count + 1) won't cause overflow.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
commit 347cb14b7cba7560e53f4434b419b9d8800253e7
+1 -1
expand_less