From 81a49c8c5c84015324844890c7a61b5892cdd7ee Mon Sep 17 00:00:00 2001 From: "Joakim L. Gilje" Date: Thu, 25 Nov 2021 10:20:21 +0100 Subject: [PATCH] set vendor field width to 9 (matshita overflows at 8) --- src/include/86box/mo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/86box/mo.h b/src/include/86box/mo.h index e99d5e381..caf5f2417 100644 --- a/src/include/86box/mo.h +++ b/src/include/86box/mo.h @@ -51,7 +51,7 @@ static const mo_type_t mo_types[KNOWN_MO_TYPES] = { typedef struct { - const char vendor[8]; + const char vendor[9]; const char model[16]; const char revision[5]; int8_t supported_media[KNOWN_MO_TYPES];