• unknown's avatar
    Bug#24498 Stack overflow in mysqltest · 33a098bf
    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.
    33a098bf
mysqltest.c 193 KB