• cmiller@zippy.cornsilk.net's avatar
    Bug#33841: mysql client crashes when returning results for long-\ · b040a97c
    cmiller@zippy.cornsilk.net authored
    	running queries
    
    Bug#33976: buffer overflow of variable time_buff in function com_go()
    
    An internal buffer was too short.  Overextending could smash the 
    stack on some architectures and cause SEGVs.  This is not a problem
    that could be exploited to run arbitrary code.
    
    To fix, I expanded one buffer to cover all the size that could be
    written to (we know the abolute max).
    b040a97c
mysql.cc 95.7 KB