]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: cfgparse: Fix calculation of position for PARSE_ERR_TOOMANY message
authorTim Duesterhus <tim@bastelstu.be>
Tue, 23 Jun 2020 16:56:10 +0000 (18:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 23 Jun 2020 17:03:20 +0000 (19:03 +0200)
commitc17a5fac5742060c591d65858616ac11cfb4f3c9
tree962e914201f196933f9826ea1d5fec4f558937ee
parentf3d2c6d706492018d83d151aa18e1f4f0d415ed7
BUG/MINOR: cfgparse: Fix calculation of position for PARSE_ERR_TOOMANY message

The arguments are relative to the outline, not relative to the input line.

This patch fixes up commit 9e1758efbd68c8b1d27e17e2abe4444e110f3ebe which
is 2.2 only. No backport needed.
src/cfgparse.c