Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Trenly
VLC
Commits
8db7e186
"README.md" did not exist on "afb0acef054046673a7636246da53979762cf9f1"
Commit
8db7e186
authored
11 years ago
by
Rafaël Carré
Browse files
Options
Downloads
Patches
Plain Diff
http output: fix off-by-one
(Coverity report 1187490)
parent
489aea84
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/access_output/http.c
+1
-1
1 addition, 1 deletion
modules/access_output/http.c
with
1 addition
and
1 deletion
modules/access_output/http.c
+
1
−
1
View file @
8db7e186
...
...
@@ -113,7 +113,7 @@ struct sout_access_out_sys_t
/* Definitions for the Metacube2 protocol, used to communicate with Cubemap. */
#define METACUBE2_SYNC "cube!map"
/* 8 bytes long. */
static
const
uint8_t
METACUBE2_SYNC
[
8
]
=
{
'c'
,
'u'
,
'b'
,
'e'
,
'!'
,
'm'
,
'a'
,
'p'
};
#define METACUBE_FLAGS_HEADER 0x1
#define METACUBE_FLAGS_NOT_SUITABLE_FOR_STREAM_START 0x2
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment