• Venkata Sidagam's avatar
    Bug#13556000: CHECK AND REPAIR TABLE SHOULD BE MORE ROBUST[2] · ca8abf5a
    Venkata Sidagam authored
    Problem description: Corrupt key file for the table. Size of the 
    key is greater than the maximum specified size. This results in 
    the overflow of the key buffer while reading the key from key 
    file.
    
    Fix: If size of key is greater than the maximum size it returns 
    an error before writing it into the key buffer. Gives error as 
    corrupt file but no stack overflow.
    ca8abf5a
mi_search.c 58.3 KB