| Previous | 199869 Revisions | Next |
| r32050 Wednesday 10th September, 2014 at 09:38:57 UTC by Oliver Stöneberg |
|---|
| fixed heap-buffer-overflow in vcs_cart_slot_device::detect_super_chip() (nw) |
| [src/emu/bus/vcs] | vcs_slot.c |
| r32049 | r32050 | |
|---|---|---|
| 660 | 660 | |
| 661 | 661 | if (len == 0x4000) |
| 662 | 662 | { |
| 663 | for (int i = 0; i < len - | |
| 663 | for (int i = 0; i < len - sizeof signatures[0]; i++) | |
| 664 | 664 | { |
| 665 | 665 | for (int j = 0; j < (sizeof signatures/sizeof signatures[0]); j++) |
| 666 | 666 | { |
| Previous | 199869 Revisions | Next |