• Marc Alff's avatar
    Bug#18319790 QUERY TO INFORMATION_SCHEMA CRASHES SERVER · c8b8d009
    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.
    c8b8d009
sql_show.cc 279 KB