]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: sock_unix: fix build issue with isdigit()
authorWilly Tarreau <w@1wt.eu>
Sat, 29 Aug 2020 04:44:37 +0000 (06:44 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 29 Aug 2020 04:44:37 +0000 (06:44 +0200)
commit1c34b881c3ed452236822aa458aa0055538a84fa
tree6ca66a9c9144ac826acbe4436f8c642eda42d867
parent9dbb6c43ce655e018da2c7f78a6cfb7f42d95c1c
BUILD: sock_unix: fix build issue with isdigit()

Commit 0d06df6 ("MINOR: sock: introduce sock_inet and sock_unix")
made use of isdigit() on the UNIX socket path without casting the
value to unsigned char, breaking the build on cygwin and possibly
other platforms. No backport is needed.
src/sock_unix.c