Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libwebsockets
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Fork
libwebsockets
Commits
26d4249a
Commit
26d4249a
authored
9 years ago
by
Andy Green
Browse files
Options
Downloads
Patches
Plain Diff
ws union member must have actual struct at start not pointer
Signed-off-by:
Andy Green
<
andy.green@linaro.org
>
parent
9dbfe077
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog
+3
-0
3 additions, 0 deletions
changelog
lib/private-libwebsockets.h
+1
-1
1 addition, 1 deletion
lib/private-libwebsockets.h
with
4 additions
and
1 deletion
changelog
+
3
−
0
View file @
26d4249a
...
...
@@ -10,6 +10,9 @@ Fixes
get sent a content-length resulting in the link hanging until the peer closed
it. attack.sh updated to add a test for this.
3) MINOR An error about hdr struct in _lws_ws_related is corrected, it's not
known to affect anything until after it was fixed
Changes
-------
...
...
This diff is collapsed.
Click to expand it.
lib/private-libwebsockets.h
+
1
−
1
View file @
26d4249a
...
...
@@ -953,7 +953,7 @@ struct _lws_header_related {
struct
_lws_websocket_related
{
/* cheapest way to deal with ah overlap with ws union transition */
struct
_lws_header_related
*
hdr
;
struct
_lws_header_related
hdr
;
char
*
rx_ubuf
;
unsigned
int
rx_ubuf_alloc
;
struct
lws
*
rx_draining_ext_list
;
...
...
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