Unchecked ioctl Return Value

This commit is contained in:
2025-12-09 21:47:20 +01:00
parent 24d0eda150
commit 2c45158ee8
2 changed files with 37 additions and 13 deletions

View File

@ -16,6 +16,10 @@
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <ifaddrs.h>
#include <netpacket/packet.h>
#include <cstring>
#include <string>
#include <errno.h>
#include <stdlib.h>
#include <sys/ioctl.h>