1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-19 01:27:53 +00:00

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.
This commit is contained in:
Mark Pizzolato 2016-02-09 17:15:19 -08:00
parent 2b3680ac61
commit 8f54971706

View File

@ -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)
{