commit | e7fe8eb889b6e3a92892b0463ee6e61bebec0bb1 | [log] [tgz] |
---|---|---|
author | Thierry Fournier <tfournier@arpalert.org> | Fri Feb 26 08:45:58 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Mar 19 07:39:51 2016 +0100 |
tree | 958fdcc3280f1bf61346cdd3ecfcd3a2b0dfe92a | |
parent | e83345df1b98b35144673c092c6e0eba6edc0746 [diff] |
BUG/MINOR: conf: "listener id" expects integer, but its not checked The listener id was converted with a simple atol, so conversion error are unchecked. This patch uses strtol and checks the conversion status.