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

nfqws2: check hostlist/ipset file is readable before destroying in-memory copy

This commit is contained in:
bol-van
2026-01-19 11:46:21 +03:00
parent 577d9e6aba
commit 33b1e81041
4 changed files with 27 additions and 5 deletions

View File

@@ -9,6 +9,7 @@
#include <stdint.h>
#include <stdio.h>
#include <time.h>
#include <fcntl.h>
#define UNARY_PLUS(v) (v>0 ? "+" : "")