CLEANUP: lua: fix aliasing issues in the address matching code
authorWilly Tarreau <w@1wt.eu>
Tue, 25 Feb 2020 09:02:51 +0000 (10:02 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 25 Feb 2020 09:24:51 +0000 (10:24 +0100)
commit26474c486db8bfedcaede4742442070ea9e8c809
treecc37670f4f81b49e7fb6801d60a6a87504afb29e
parent296cfd17ef2a09154fb198f1d646f1b605961ecf
CLEANUP: lua: fix aliasing issues in the address matching code

Just use read_u32() instead of casting IPv6 addresses to uint32_t*.
src/hlua_fcn.c