diff options
author | Christos Zoulas <christos@NetBSD.org> | 2023-08-30 20:37:24 +0000 |
---|---|---|
committer | Yuri Pankov <yuripv@FreeBSD.org> | 2023-09-25 22:49:14 +0000 |
commit | 3fb80f1476c7776f04ba7ef6d08397cef6abcfb0 (patch) | |
tree | 5ebb69d87daa00bfe6acc8b78e89d7913084b3fa /cddl/contrib/opensolaris/lib/libctf/common/libctf.h | |
parent | 61f8df6a13a357e1d45c22a2016b87491f10de87 (diff) | |
download | src-main.tar.gz src-main.zip |
- cast GETNEXT to unsigned where it is being promoted to int to prevent
sign-extension (really it would have been better for PEEK*() and
GETNEXT() to return unsigned char; this would have removed a ton of
(uch) casts, but it is too intrusive for now).
- fix an isalpha that should have been iswalpha
PR: 264275, 274032
Reviewed by: kevans, eugen (previous version)
Obtained from: NetBSD
Differential Revision: https://reviews.freebsd.org/D41947
Diffstat (limited to 'cddl/contrib/opensolaris/lib/libctf/common/libctf.h')
0 files changed, 0 insertions, 0 deletions