mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-08 16:23:24 -04:00
BUG/MINOR: cfgparse: Add missing fatal++ in PARSE_ERR_HEX case
This fixes up commit 32234e7513. This
patch should be backported whereever that commit is backported.
This commit is contained in:
parent
2c4dfaeff6
commit
9f658a554f
1 changed files with 1 additions and 0 deletions
|
|
@ -1955,6 +1955,7 @@ next_line:
|
|||
ha_alert("parsing [%s:%d]: truncated or invalid hexadecimal sequence below:\n"
|
||||
" %s\n %*s\n", file, linenum, line, (int)(errptr-line+1), "^");
|
||||
err_code |= ERR_ALERT | ERR_FATAL;
|
||||
fatal++;
|
||||
goto next_line;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue