Revision fed7f5b04f0ddde81fe1de1af725a63461a31f6f authored by Michael Niedermayer on 24 September 2011, 15:57:31 UTC, committed by Reinhard Tartler on 26 September 2011, 17:31:32 UTC
On allocation, the array length is multiplied by sizeof(int64_t),
this prevents the multiplication from overflowing.

Signed-off-by: Martin Storsjö <martin@martin.st>
(cherry picked from commit a246cefa75aed2ade315d6d09068aacb6b0fe76b)

Signed-off-by: Reinhard Tartler <siretart@tauware.de>
1 parent dde0fb4
History
File Mode Size
libx264-baseline.ffpreset -rw-r--r-- 43 bytes
libx264-fast.ffpreset -rw-r--r-- 326 bytes
libx264-fast_firstpass.ffpreset -rw-r--r-- 326 bytes
libx264-faster.ffpreset -rw-r--r-- 326 bytes
libx264-faster_firstpass.ffpreset -rw-r--r-- 326 bytes
libx264-ipod320.ffpreset -rw-r--r-- 83 bytes
libx264-ipod640.ffpreset -rw-r--r-- 93 bytes
libx264-lossless_fast.ffpreset -rw-r--r-- 270 bytes
libx264-lossless_max.ffpreset -rw-r--r-- 296 bytes
libx264-lossless_medium.ffpreset -rw-r--r-- 270 bytes
libx264-lossless_slow.ffpreset -rw-r--r-- 284 bytes
libx264-lossless_slower.ffpreset -rw-r--r-- 295 bytes
libx264-lossless_ultrafast.ffpreset -rw-r--r-- 261 bytes
libx264-main.ffpreset -rw-r--r-- 15 bytes
libx264-medium.ffpreset -rw-r--r-- 310 bytes
libx264-medium_firstpass.ffpreset -rw-r--r-- 310 bytes
libx264-placebo.ffpreset -rw-r--r-- 339 bytes
libx264-placebo_firstpass.ffpreset -rw-r--r-- 339 bytes
libx264-slow.ffpreset -rw-r--r-- 326 bytes
libx264-slow_firstpass.ffpreset -rw-r--r-- 326 bytes
libx264-slower.ffpreset -rw-r--r-- 335 bytes
libx264-slower_firstpass.ffpreset -rw-r--r-- 326 bytes
libx264-superfast.ffpreset -rw-r--r-- 332 bytes
libx264-superfast_firstpass.ffpreset -rw-r--r-- 332 bytes
libx264-ultrafast.ffpreset -rw-r--r-- 341 bytes
libx264-ultrafast_firstpass.ffpreset -rw-r--r-- 341 bytes
libx264-veryfast.ffpreset -rw-r--r-- 326 bytes
libx264-veryfast_firstpass.ffpreset -rw-r--r-- 326 bytes
libx264-veryslow.ffpreset -rw-r--r-- 337 bytes
libx264-veryslow_firstpass.ffpreset -rw-r--r-- 326 bytes

back to top