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:
parent
2b3680ac61
commit
8f54971706
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user