summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2020-11-18 12:20:01 +0100
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2020-11-18 23:24:02 +0100
commitc149fd232daa4c62b0c39d603fe660104ceb92b5 (patch)
tree40d4f68d6b905e3b3a745489a6be2dd54b177701 /src/plugins/platforms/android
parentbe0f1af3f1829da0d321c12dbd40d5743d3b2eb5 (diff)
QXmlStream: sanitize input before building a QChar
The result of getChar() may be a combination of a token category and a code unit, like `((LETTER << 16) | c)`. Constructing a QChar out of it requires masking the category out. This was already done in a few code paths but missing in others. Change-Id: I186fb01973a1badd425b3a6811843d8a40b13a6a Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/plugins/platforms/android')
0 files changed, 0 insertions, 0 deletions