commit | 079ec126385bb84cca936f0d17c5d98252872e93 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Oct 29 10:25:49 2019 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Nov 06 10:44:02 2019 +0100 |
tree | 44caa20304e10675445ae566750663c79a6364aa | |
parent | 27ebcefd41b3e44395c3fe71939ef98b03f98e7b [diff] |
BUG/MINOR: spoe: fix off-by-one length in UUID format string The per-thread UUID string produced by generate_pseudo_uuid() could be off by one character due to too small of size limit in snprintf(). In practice the UUID remains large enough to avoid any collision though. This should be backported to 2.0 and 1.9. (cherry picked from commit 4fd6d671b239942c93a2f48850b32b9be150b1ba) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>