ETHER: Assure there's enough space to fetch the system GUID on Windows

This commit is contained in:
Mark Pizzolato 2022-03-17 12:17:40 -07:00
parent aa637f58c0
commit becceeb889

View file

@ -407,7 +407,7 @@ t_stat eth_mac_scan_ex (ETH_MAC* mac, const char* strmac, UNIT *uptr)
ETH_MAC newmac; ETH_MAC newmac;
struct { struct {
uint32 bits; uint32 bits;
char system_id[37]; char system_id[64];
char cwd[PATH_MAX]; char cwd[PATH_MAX];
char file[PATH_MAX]; char file[PATH_MAX];
ETH_MAC base_mac; ETH_MAC base_mac;