Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

nfqws2: AI inspired fixes

This commit is contained in:
bol-van
2026-02-04 22:06:23 +03:00
parent cfd2df41c4
commit 97a6b9dd5b
2 changed files with 3 additions and 3 deletions

View File

@@ -178,8 +178,8 @@ void extract_endpoints(const struct ip *ip,const struct ip6_hdr *ip6hdr,const st
}
else
{
memset(src,0,sizeof(*src));
memset(dst,0,sizeof(*dst));
if (src) memset(src,0,sizeof(*src));
if (dst) memset(dst,0,sizeof(*dst));
}
}