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