mirror of
https://github.com/simh/simh.git
synced 2026-02-27 09:09:46 +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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user