diff options
author | Ramil Kalimullin <ramil.kalimullin@oracle.com> | 2012-12-14 13:55:30 +0400 |
---|---|---|
committer | Ramil Kalimullin <ramil.kalimullin@oracle.com> | 2012-12-14 13:55:30 +0400 |
commit | 0fa867fd9105dc6ccce8437df0ce7f03b89bec92 (patch) | |
tree | 0336d1b0eaad778ec0418a7faed66f4c347bbe67 /scripts | |
parent | 117e2d1b6b13998d1aa19f4192813bd97488bafb (diff) | |
download | mariadb-git-0fa867fd9105dc6ccce8437df0ce7f03b89bec92.tar.gz |
Fix for BUG#15948580 UPDATE_XML() CRASHES THE SERVER.
Problem: tag's buffer overflow leads to a problem.
Fix: bound check added.
sql/item_xmlfunc.cc:
Fix for BUG#15948580 UPDATE_XML() CRASHES THE SERVER.
- XML tag/attribute level shouldn't exceed MAX_LEVEL as we use a
static buffer to store them in the MY_XML_USER_DATA.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions