mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-10-14 09:55:33 +08:00
more fix of memory access
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user