From 5343dae13730717f8b51ac94a44a5013128ead0f Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Tue, 16 Apr 2019 15:56:32 -0700 Subject: [PATCH] ETHER: Fix potential compile warning about buffer overrun --- sim_ether.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim_ether.c b/sim_ether.c index 66829081..ecf756c0 100644 --- a/sim_ether.c +++ b/sim_ether.c @@ -4228,7 +4228,7 @@ memset (ð_tst, 0, sizeof(eth_tst)); eth_device_count = eth_devices(ETH_MAX_DEVICE, eth_list); eth_opened = 0; for (eth_num=0; eth_num