]> Sergey Matveev's repositories - st.git/commitdiff
avoid potential UB when using isprint()
authorNRK <nrk@disroot.org>
Fri, 18 Mar 2022 10:20:54 +0000 (16:20 +0600)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Fri, 18 Mar 2022 11:11:27 +0000 (12:11 +0100)
all the ctype.h functions' argument must be representable as an unsigned
char or as EOF, otherwise the behavior is undefined.


No differences found