pkgconf/cli
Taylor R Campbell 633433b29b
ci/woodpecker/push/woodpecker Pipeline was successful Details
Fix uncasted use of isspace()
isspace() is intended to be used with an unsigned 8-bit input.
Using isspace() with any other type of input is technically
undefined behavior.
2024-08-05 12:53:11 -07:00
..
bomtool Avoid undefined behaviour with the ctype(3) functions. 2023-05-02 11:43:56 -07:00
getopt_long.c build: move cli tool to cli folder 2018-02-12 00:42:27 -06:00
getopt_long.h build: move cli tool to cli folder 2018-02-12 00:42:27 -06:00
main.c Fix uncasted use of isspace() 2024-08-05 12:53:11 -07:00
renderer-msvc.c cli: renderer-msvc: remove pointless buf_remaining store 2022-08-16 18:53:29 +00:00
renderer-msvc.h build: move cli tool to cli folder 2018-02-12 00:42:27 -06:00