commit | 8e09ac8592cb35e11bff0f821db19369e0941e35 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Aug 07 09:07:26 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Aug 07 14:25:31 2020 +0200 |
tree | 1bb48890ab86bf7332f2e90a130ba729573d0885 | |
parent | 959171376f4974b883b2aa4228b3f8c610ca2ae9 [diff] |
BUG/MINOR: lua: Check argument type to convert it to IPv4/IPv6 arg validation In hlua_lua2arg_check() function, before converting a string to an IP address, we must be to sure to have a string argument (ARGT_STR). This patch must be backported to all supported versions.