mirror of https://github.com/MariaDB/server
Browse Source
DESCRIPTION AND FIX: DBUG_EXPLAIN result in buffer overflow when the DEBUG variable values length exceed 255. In _db_explain_ function which call macro str_to_buf incorrectly passes the length of buf avaliable to strnmov as len+1. The fix calculates the avaliable space in buf and passes it to strnxmov.pull/843/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue