Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
19e32ac7
Commit
19e32ac7
authored
Nov 23, 2010
by
John Koleszar
Committed by
Code Review
Nov 23, 2010
Browse files
Options
Browse Files
Download
Plain Diff
Merge "vpxdec: fix use of uninitialized memory for raw files"
parents
78cbe51b
19255b8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
vpxdec.c
vpxdec.c
+2
-0
No files found.
vpxdec.c
View file @
19e32ac7
...
...
@@ -442,6 +442,8 @@ unsigned int file_is_raw(FILE *infile,
int
is_raw
=
0
;
vpx_codec_stream_info_t
si
;
si
.
sz
=
sizeof
(
si
);
if
(
fread
(
buf
,
1
,
32
,
infile
)
==
32
)
{
int
i
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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