Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
3e077c31
Commit
3e077c31
authored
Apr 08, 2009
by
Laurent Aimar
Browse files
Fixed integer overflow in avi index creation.
It fixes #2583.
parent
8a93a226
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/avi/avi.c
View file @
3e077c31
...
...
@@ -106,7 +106,7 @@ typedef struct
uint32_t
i_flags
;
off_t
i_pos
;
uint32_t
i_length
;
u
int
32
_t
i_lengthtotal
;
int
64
_t
i_lengthtotal
;
}
avi_entry_t
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment