D20844: KTar::KTarPrivate::readLonglink: Fix crash in malformed files

Aleix Pol Gonzalez noreply at phabricator.kde.org
Fri Apr 26 15:06:53 BST 2019


apol added inline comments.

INLINE COMMENTS

> ktar.cpp:289
>                  case 'L':
> -                    name = QFile::decodeName(longlink.constData());
> +                    name = QFile::decodeName(longlink);
>                      break;

Doesn't QString have the same size limitation as QByteArray?

REPOSITORY
  R243 KArchive

REVISION DETAIL
  https://phabricator.kde.org/D20844

To: aacid
Cc: apol, kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190426/e76bc037/attachment.html>


More information about the Kde-frameworks-devel mailing list