commit | 0f1fc23d4e3060c4277c11c9f1f41c27d8e54fbf | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 16 10:49:07 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Sat Apr 17 11:14:58 2021 +0200 |
tree | 919a9f9f79765f55de85ff198b51ec6a30cacf99 | |
parent | 76b44195c9020e0f2cab4d983e9346d9de6c895f [diff] |
BUG/MINOR: checks: Set missing id to the dummy checks frontend The dummy frontend used to create the session of the tcp-checks is initialized without identifier. However, it is required because this id may be used without any guard, for instance in log-format string via "%f" or when fe_name sample fetch is called. Thus, an unset id may lead to crashes. This patch must be backported as far as 2.2.