D19107: Write valid UTF8 characters without escaping.
Jos van den Oever
noreply at phabricator.kde.org
Tue Feb 19 16:23:58 GMT 2019
vandenoever added inline comments.
INLINE COMMENTS
> thiago wrote in kconfigini.cpp:683
> This function does operate properly to find valid syntax UTF-8 sequences, but it is neither catching overlong sequences nor UTF-8 content above U+10FFFF (UTF-8 can encode 0x11000 in 4 bytes).
>
> See https://code.woboq.org/qt5/qtbase/tests/auto/corelib/codecs/utf8/utf8data.cpp.html#_Z19loadInvalidUtf8Rowsv for potential UTF-8 pitfalls.
A check for U+10FFFF > value is needed.
Overlong sequences are caught on line 696 (count < 4).
REPOSITORY
R237 KConfig
REVISION DETAIL
https://phabricator.kde.org/D19107
To: vandenoever, dfaure, arichardson, apol, #frameworks, thiago
Cc: rapiteanu, kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190219/7e15ceb0/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list