commit | aa2f389cbb6f4dc5af038ef77335415c6141d2fc | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Oct 22 16:15:31 2010 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Oct 30 19:04:35 2010 +0200 |
tree | 754143d7918a661f15aeb7a1e5761d05a6491907 | |
parent | 53621e0eb6fc3197480e0b87422cf03ec6633bab [diff] |
[MINOR] checks: ensure that we can inherit binary checks from the defaults section Health checks were all pure ASCII, but we're going to have to support some binary checks (eg: SQL). When they're inherited from the default section, they will be truncated to the first \0 due to strdup(). Let's fix that with a simple malloc. (cherry picked from commit 98fc04a766bcff80f57db2b1cd865c91761b131b)