commit | a68affeaa9377f88f773ef62a9bb2541dfb672d3 | [log] [tgz] |
---|---|---|
author | Thierry Fournier <thierry.fournier@ozon.io> | Tue Nov 10 20:51:36 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Nov 11 10:43:15 2020 +0100 |
tree | 70dc6688bfd151e01cc561b488f7514760999120 | |
parent | 8f04e1849d40243ba7c103b06bd2c061840ceabc [diff] |
BUG/MINOR: pattern: a sample marked as const could be written The functions add final 0 to string if the final 0 is not set, but don't check the flag CONST. This patch duplicates the strings if the final zero is not set and the string is CONST. Should be backported until 2.2 (at least)