• Vamsikrishna Bhagi's avatar
    Bug #18186103 BUFFER OVERFLOW IN CLIENT · c187840b
    Vamsikrishna Bhagi authored
    Problem: While printing the Server version, mysql client
             doesn't check for the buffer overflow in a
             String variable.
    
    Solution: Used a different print function which checks the
              allocated length before writing into the string.
    c187840b
mysql.cc 140 KB