• Vamsikrishna Bhagi's avatar
    Bug #18186103 BUFFER OVERFLOW IN CLIENT · 6923c1d9
    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.
    6923c1d9
mysql.cc 140 KB