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
Repository
54180552e4e63dc1c66304f2ed5fb9ff483203b5
Select Git revision
0 results
libwebsockets
lib
roles
http
client
client-handshake.c
Find file
Blame
Permalink
6 years ago
54180552
client: confirm sin_zero actual size for platform
· 54180552
fanc
authored
6 years ago
in some platform, the size of sa46.sa4.sin_zero is not 8, but 6, so use 8 will cause coredump.
54180552
History
client: confirm sin_zero actual size for platform
fanc
authored
6 years ago
in some platform, the size of sa46.sa4.sin_zero is not 8, but 6, so use 8 will cause coredump.