Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
70e36e29
Commit
70e36e29
authored
Oct 10, 2018
by
François Cartegnie
🤞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
packetizer: av1: fix segfault on invalid OBU
refs #21275
parent
5499409e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
modules/packetizer/av1.c
modules/packetizer/av1.c
+1
-0
No files found.
modules/packetizer/av1.c
View file @
70e36e29
...
...
@@ -446,6 +446,7 @@ static block_t *PacketizeOBU(decoder_t *p_dec, block_t **pp_block)
{
msg_Warn
(
p_dec
,
"Invalid OBU header in sequence, discarding"
);
/* frag is not OBU, drop */
p_sys
->
obus
.
p_chain
=
p_frag
->
p_next
;
if
(
p_frag
->
p_next
==
NULL
)
p_sys
->
obus
.
pp_chain_last
=
&
p_sys
->
obus
.
p_chain
;
else
...
...
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