• Marc Alff's avatar
    Bug#18319790 QUERY TO INFORMATION_SCHEMA CRASHES SERVER · 659bee49
    Marc Alff authored
    Before this fix, specially crafted queries
    using the INFORMATION_SCHEMA could crash the server.
    
    The root cause was a buffer overflow,
    see the (private) bug comments for details.
    
    With this fix, the buffer overflow condition is properly handled,
    and the queries involved do return the expected result.
    659bee49
sql_show.cc 279 KB