Module Name: src Committed By: roy Date: Fri Jun 26 15:53:59 UTC 2020
Modified Files: src/sys/net: rtsock_shared.c Log Message: Adjust prior to enforce minimum socket length includes sa_family Not that the code strictly needs it, but if the macro is ever used elsewhere then it makes sense as every sockaddr must have it. The rest of the structure is dictated by the family and in some cases, truncated on purpose so this is fine. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/net/rtsock_shared.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.