commit | 1c34b881c3ed452236822aa458aa0055538a84fa | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Aug 29 06:44:37 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Aug 29 06:44:37 2020 +0200 |
tree | 6ca66a9c9144ac826acbe4436f8c642eda42d867 | |
parent | 9dbb6c43ce655e018da2c7f78a6cfb7f42d95c1c [diff] |
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.