NULL msghdr pointers are not treated as zero length
Open
area: compatibility
priority: p2
revived
type: bug
- Dominant language
- Go
- Stars
- 19.3k
- Forks
- 2k
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 264
Description
For example, if msghdr.msg_control is NULL and msghdr.msg_controllen is non-zero, the NULL msg_control should cause msg_controllen to be ignored.
Contributor guide
Assessment
This issue has not been assessed yet.