tpws: ip6_and use 64-bit and. 128 can cause alignment segfaults

This commit is contained in:
bol-van
2024-10-16 11:21:31 +03:00
parent 33caf4fd4a
commit 6be111f7b7
2 changed files with 1 additions and 6 deletions

View File

@@ -13,7 +13,6 @@ typedef union
{
struct sockaddr_in sa4; // size 16
struct sockaddr_in6 sa6; // size 28
char _align[32]; // force 16-byte alignment for ip6_and int128 ops
} sockaddr_in46;
void rtrim(char *s);