NetBSD-Bugs archive

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

PR/58208 CVS commit: src/lib/libc/gen



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58208 CVS commit: src/lib/libc/gen
Date: Sat, 29 Mar 2025 21:45:09 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sat Mar 29 21:45:09 UTC 2025
 
 Modified Files:
 	src/lib/libc/gen: isctype.c
 
 Log Message:
 libc/isctype.c: Omit needless #include <assert.h>.
 
 Crept in during an earlier revision when I wrote this with
 _DIAGASSERT.  (I opted to unconditionally abort so that you get the
 feedback about undefined behaviour even if you don't run with
 LIBC_DIAGASSERT set in the environment.  Since it's undefined
 behaviour we are allowed to do this unconditionally, of course!)
 
 PR lib/58208: ctype(3) provides poor runtime feedback of abuse
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.27 -r1.28 src/lib/libc/gen/isctype.c
 
 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