diff options
author | Georgi Kodinov <georgi.kodinov@oracle.com> | 2016-12-05 15:36:23 +0200 |
---|---|---|
committer | Georgi Kodinov <georgi.kodinov@oracle.com> | 2016-12-05 15:56:47 +0200 |
commit | dafbdc788a1fe551990c736daaf2a39998f4cbc0 (patch) | |
tree | cfcebf2b4e31a6cb2e18414d03e9fcaf39dc06bd /support-files/mysql.server.sh | |
parent | 6722699551c8a63a4a7d5d76d116c049fabbbe51 (diff) | |
download | mariadb-git-dafbdc788a1fe551990c736daaf2a39998f4cbc0.tar.gz |
Bug #25111907: XML TEST FAILS WITH UNDEFINED BEHAVIOR
The XML parser position stack for each level is with a fixed depth.
So a bounds check was done to ensure that this depth is not exceeded.
But it was off by one (i.e. the size of the array was a valid index).
Fixed by decreasing the allowable depth by one to match the maximum
number of elements in the position stack.
Diffstat (limited to 'support-files/mysql.server.sh')
0 files changed, 0 insertions, 0 deletions