D12608: Akregator feed detector plugin: Do not crash Konqueror for an invalid URL

David Faure noreply at phabricator.kde.org
Mon Apr 30 11:33:50 BST 2018


dfaure accepted this revision.
dfaure added inline comments.
This revision is now accepted and ready to land.

INLINE COMMENTS

> konqfeedicon.cpp:105
> +    // Ensure that it is safe to use the URL, before doing anything else with it
> +    const KUrl partUrl(m_part->url());
> +    if (!partUrl.isValid()) {

This could be QUrl instead.

REPOSITORY
  R226 Konqueror

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

To: marten, #konqueror, #plasma, dfaure
Cc: dfaure
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20180430/4f291a01/attachment.htm>


More information about the kfm-devel mailing list