diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2022-12-15 08:07:04 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2022-12-15 08:07:04 +0000 |
commit | 4a4eee431a34d8adf96b653b56aa8164db0c2d26 (patch) | |
tree | efa047b98fc9d2cd7411ab46266b06eee5fc3496 /usr.sbin/rpki-client/output-json.c | |
parent | 4c49504d3e93e51fd0f441ee22515fccfd4e074f (diff) |
The argument to ctype functions must be EOF or representable as an
unsigned char.
Casting to int is particularly useless because that's what the
compiler already does. We need to prevent sign extension, not write
down that we want sign extension.
OK deraadt, kn, miod, op
Diffstat (limited to 'usr.sbin/rpki-client/output-json.c')
0 files changed, 0 insertions, 0 deletions