mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
magictg: Coverity 315123 (crash at start due to buffer overrun)
This commit is contained in:
parent
4d73f8fafc
commit
0633a88c19
@ -213,7 +213,7 @@ private:
|
||||
uint32_t base_addr;
|
||||
|
||||
/* Memory-mapped */
|
||||
uint32_t as_regs[19];
|
||||
uint32_t as_regs[0x200]; // was 19, increased to 0x200 for coverity 315123, needed for zr36120_r/w, to stop crash at start.
|
||||
} m_zr36120;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user