[MDEV-5338] XML parser accepts malformed data Created: 2013-11-26 Updated: 2014-04-23 Resolved: 2014-04-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.1.67, 5.3.12, 5.5.34, 10.0.6 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The XML parser does not return errors when a closing tag does not
Notice <b>...</c>. The bug can also be repeated by using a malformed
Notice <p>..</a>. The file is read without any errors, |
| Comments |
| Comment by Alexander Barkov [ 2014-04-23 ] |
|
Pushed into 5.3 and 5.5 |