more fix of memory access

This commit is contained in:
root
2020-07-26 19:07:17 +00:00
parent 5f907e32d7
commit e8daf7c263
6 changed files with 22 additions and 6 deletions

View File

@@ -9,12 +9,12 @@
struct bpf_program
{
char a[2000];
char a[4096];
};
struct pcap_t
{
char a[2000];
char a[4096];
};
typedef unsigned int bpf_u_int32;