• unknown's avatar
    Bug#24498 Stack overflow in mysqltest · ecba2302
    unknown authored
     - Thanks to Vasil Dimov for the patch!
    
    
    client/mysqltest.c:
      Use my_snprintf to protect against exceeding size of buff
      Since variable name and valu might not be null terminated it's necessary to
      provide the length of the format specifiers.
    ecba2302
mysqltest.c 193 KB