commit | 56aec0ddc6726081547b368ffc0adf7a4a3d95ac | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Thu Jun 06 14:14:15 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 06 16:06:00 2019 +0200 |
tree | e0eaf1519381b77926508b875e6acb690e795340 | |
parent | 81284e690837d8588a3c388a60fb72fa4c5c94a0 [diff] |
BUG/MINOR: peers: Wrong server name parsing. This commit was not complete: BUG/MINOR: peers: Wrong "server_name" decoding. We forgot forgotten to move forward <msg_cur> pointer variable after having parse the server name string. Again this bug may happen only if we add stick-table new data type after the server name which is the current last one. Furthermore this bug is visible only the first time a peer sends a server name for a stick-table entry. Nothing to backport.