commit | 7bb651ec1d0cc124781e93341462507d622f2168 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Nov 09 21:16:53 2009 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Dec 06 13:23:43 2009 +0100 |
tree | 8bb619f28a8e33e0e0583895777602b6c90bce33 | |
parent | c438242878c8bdabffaef62dd2859920cc3e7d26 [diff] |
[BUG] config: fix wrong handling of too large argument count Holger Just reported that running ACLs with too many args caused a segfault during config parsing. This is caused by a wrong test on argument count. In case of too many arguments on a config line, the last one was not correctly zeroed. This is now done and we report the error indicating what part had been truncated. (cherry picked from commit 3b39c1446b9bd842324e87782a836948a07c25a2)