diff options
author | Arun Kuruvila <arun.kuruvila@oracle.com> | 2018-04-09 11:18:12 +0530 |
---|---|---|
committer | Arun Kuruvila <arun.kuruvila@oracle.com> | 2018-04-09 11:18:12 +0530 |
commit | d982e717aba67227ec40761a21a4211db91aa0e2 (patch) | |
tree | c02df542899d56bf0813b46a7920cca12bbcec05 /sql/sql_update.cc | |
parent | b7aafca7b708b40cdfbeeff3798e2074722ece7e (diff) | |
download | mariadb-git-d982e717aba67227ec40761a21a4211db91aa0e2.tar.gz |
Bug#27510150: MYSQLDUMP FAILS FOR SPECIFIC --WHERE CLAUSES
Description: Mysqldump utility fails for specific clauses
used with the option, 'where'.
Analysis:- Method, "fix_identifier_with_newline()" that
prefixes all occurrences of newline char ('\n') in incoming
buffer does not verify the size of the buffer. The buffer in
which the incoming buffer is copied is limited to 2048 bytes
and the method does not try to allocate additional memory
for larger incoming buffers.
Fix:- Method, "fix_identifier_with_newline()" is modified
to fix this issue.
Diffstat (limited to 'sql/sql_update.cc')
0 files changed, 0 insertions, 0 deletions