• unknown's avatar
    two buffer overflows fixed · 180e9f8e
    unknown authored
    
    sql/sp.cc:
      use strxnmov, just in case
    sql/sql_parse.cc:
      init thd->security_ctx->priv_host,
      otherwise - buffer overflow in db_create_routine
    sql/unireg.cc:
      not too nice to do bzero(buf, 9) after char buf[5], eh ?
    180e9f8e
sp.cc 50.2 KB