Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
3bdfef31
Commit
3bdfef31
authored
Nov 08, 2011
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fraps: check for overread
Fixeds Ticket619 Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
bf0ac7aa
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
fraps.c
libavcodec/fraps.c
+2
-0
fraps-v5
tests/ref/fate/fraps-v5
+0
-1
No files found.
libavcodec/fraps.c
View file @
3bdfef31
...
@@ -114,6 +114,8 @@ static int fraps2_decode_plane(FrapsContext *s, uint8_t *dst, int stride, int w,
...
@@ -114,6 +114,8 @@ static int fraps2_decode_plane(FrapsContext *s, uint8_t *dst, int stride, int w,
else
if
(
Uoff
)
dst
[
i
]
+=
0x80
;
else
if
(
Uoff
)
dst
[
i
]
+=
0x80
;
}
}
dst
+=
stride
;
dst
+=
stride
;
if
(
get_bits_left
(
&
gb
)
<
0
)
return
-
1
;
}
}
free_vlc
(
&
vlc
);
free_vlc
(
&
vlc
);
return
0
;
return
0
;
...
...
tests/ref/fate/fraps-v5
View file @
3bdfef31
...
@@ -56,4 +56,3 @@
...
@@ -56,4 +56,3 @@
0, 165000, 145152, 0x80448031
0, 165000, 145152, 0x80448031
0, 168000, 145152, 0xe3b1fbf7
0, 168000, 145152, 0xe3b1fbf7
0, 171000, 145152, 0xa00395a4
0, 171000, 145152, 0xa00395a4
0, 174000, 145152, 0xdf3b4fce
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