pcap: do bounds checking in net_pcap_prepare when processing the list of host interfaces
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user