Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/sys
Module Name: src
Committed By: dholland
Date: Sun Mar 28 03:29:32 UTC 2021
Modified Files:
src/lib/libc/sys: bind.2 connect.2 send.2
Log Message:
Document EINVAL for out of range socket address lengths.
This is what happens, but wasn't documented. Applies to bind(2),
connect(2), and send(2).
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/lib/libc/sys/bind.2
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/sys/connect.2
cvs rdiff -u -r1.32 -r1.33 src/lib/libc/sys/send.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index