Changeset 3aa6a26 in buchla-68k


Ignore:
Timestamp:
11/15/2017 08:27:24 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
f06df21
Parents:
5399628
Message:

Fixed buffer overrun.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/sqscan.c

    r5399628 r3aa6a26  
    601601                        aux2 = 0;
    602602
    603                         for (aux1 = 0; aux1 < 128; aux1++) {
     603                        for (aux1 = 0; aux1 < N_SCORES; aux1++) {
    604604
    605605                                if (scores[aux1] NE E_NULL) {
Note: See TracChangeset for help on using the changeset viewer.