]> git.kaiwu.me - haproxy.git/commit
[BUG] fix off-by-one in path length in destroy_uxst_socket()
authorWilly Tarreau <w@1wt.eu>
Thu, 18 Oct 2007 14:15:52 +0000 (16:15 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 18 Oct 2007 14:15:52 +0000 (16:15 +0200)
commit10ae5480527ac964306aa42f25e4394bc6878b36
treecd917decacbeb6d14fe98c939d8990b4518afcd3
parent03f6d67c48a1b583c5069b5b561bbddf9c7c5382
[BUG] fix off-by-one in path length in destroy_uxst_socket()

An off-by-one error was left in the computation of the unix socket path.
src/proto_uxst.c