pcap: do bounds checking in net_pcap_prepare when processing the list of host interfaces

This commit is contained in:
Adrien Moulin
2022-08-25 00:43:48 +02:00
parent d1f4958bb7
commit 8ec983b1ef
3 changed files with 6 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ int net_card_current = 0;
/* Global variables. */
int network_ndev;
netdev_t network_devs[32];
netdev_t network_devs[NET_HOST_INTF_MAX];
/* Local variables. */