From 8f54971706303256ed73bd2a0e1163ab1927f951 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Tue, 9 Feb 2016 17:15:19 -0800 Subject: [PATCH] rtVAX1000: Fix potential array overrun when enabling the QVSS graphics. This can't currently happen since the rtVAX1000 doesn't include the QVSS video device. It probably should contain this device since VAXELN was recently recovered and one of the features VAXELN provided was a way for 'old' VAXStation hardware to be repurposed into X-Window terminals. --- VAX/vax630_syslist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VAX/vax630_syslist.c b/VAX/vax630_syslist.c index c8adb379..1a136326 100644 --- a/VAX/vax630_syslist.c +++ b/VAX/vax630_syslist.c @@ -30,7 +30,7 @@ #include "vax_defs.h" #if defined(VAX_620) -char sim_name[] = "rtVAX1000 (KA620)"; +char sim_name[32] = "rtVAX1000 (KA620)"; void vax_init(void) {