projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8cee9a
)
mov_probe: fix integer overflows
author
Michael Niedermayer
<michaelni@gmx.at>
Wed, 17 Oct 2012 15:20:12 +0000
(17:20 +0200)
committer
Mike Gabriel
<sunweaver@debian.org>
Sat, 31 Aug 2019 15:36:55 +0000
(16:36 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Gbp-Pq: Name CVE-2018-11102-1.patch
libavformat/mov.c
patch
|
blob
|
history
diff --git
a/libavformat/mov.c
b/libavformat/mov.c
index b51e41b690cf8a09b2ea7717bc52bfeb4b4b3c36..1089bf2923ca2b361de1babc4c188eb430d5185b 100644
(file)
--- a/
libavformat/mov.c
+++ b/
libavformat/mov.c
@@
-2916,7
+2916,7
@@
static int mov_read_default(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_probe(AVProbeData *p)
{
-
unsigned in
t offset;
+
int64_
t offset;
uint32_t tag;
int score = 0;