• Venkata Sidagam's avatar
    BUG#13556107: CHECK AND REPAIR TABLE SHOULD BE MORE ROBUST [3] · d075f0fa
    Venkata Sidagam authored
    Problem description: Incorrect key file. Key file is corrupted,
    while reading the keys from the file. The problem here is that 
    keyseg->start (which should point to the beginning of a field) 
    is pointing beyond total record length.
    
    Fix: If keyseg->start is greater than total record length then 
    return error.
    d075f0fa
mi_open.c 42.8 KB