Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix possible heap corruption in QXmlStream
The value of 'tos' at the check might already be on the last element, so triggering stack expansion on the second last element is too late. Change-Id: Ib3ab2662d4d27a71effe9e988b9e172923af2908 Reviewed-by: Richard J. Moore <[email protected]> Reviewed-by: Thiago Macieira <[email protected]>
- Loading branch information