]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: pattern: fix all remaining strict aliasing issues
authorWilly Tarreau <w@1wt.eu>
Tue, 25 Feb 2020 08:58:41 +0000 (09:58 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 25 Feb 2020 09:24:51 +0000 (10:24 +0100)
commit296cfd17ef2a09154fb198f1d646f1b605961ecf
treec55a36c39fe5929fb44f5350ac9e02f2fdaedbf9
parenta8b7ecd4dcb2b11d418ff57484c41ae62d1766ce
MINOR: pattern: fix all remaining strict aliasing issues

There were still a number of struct casts from various sizes. All of
them were now replaced with read_u32(), read_u16(), read_u64() or
memcpy().
src/pattern.c