commit | 296cfd17ef2a09154fb198f1d646f1b605961ecf | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Feb 25 09:58:41 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Feb 25 10:24:51 2020 +0100 |
tree | c55a36c39fe5929fb44f5350ac9e02f2fdaedbf9 | |
parent | a8b7ecd4dcb2b11d418ff57484c41ae62d1766ce [diff] |
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().