--- nono/host/netdriver_bpf.h 2026/04/29 17:04:28 1.1.1.1 +++ nono/host/netdriver_bpf.h 2026/04/29 17:04:30 1.1.1.2 @@ -25,6 +25,6 @@ class NetDriverBPF : public NetDriver std::string FindInterface(); - char *bpfbuf = NULL; + std::unique_ptr bpfbuf {}; int bpfbuflen = 0; };