NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/59054 CVS commit: src/share/man/man3



The following reply was made to PR lib/59054; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59054 CVS commit: src/share/man/man3
Date: Wed, 26 Mar 2025 14:12:16 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Wed Mar 26 14:12:16 UTC 2025
 
 Modified Files:
 	src/share/man/man3: CMSG_DATA.3
 
 Log Message:
 cmsg(3): Clarify guarantees about CMSG_SPACE/LEN constancy.
 
 Add some line breaks while here to break up walls of text so it's
 easier to compare the two paragraphs and see how CMSG_SPACE is meant
 for struct msghdr::msg_controllen and CMSG_LEN is meant for struct
 cmsghdr::cmsg_len.
 
 PR lib/59054: cmsg(3) uses malloc(3) unnecessarily
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.5 -r1.6 src/share/man/man3/CMSG_DATA.3
 
 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