diff
20      if (err >= limit)
21 +        if (nrows < MAX_ROWS && (br + bpr*sy) < br_end)
22              rows[nrows++] = br + bpr*sy;
