[Portland-bugs] [Bug 107997] New: Improper mailto check in xcheck_url_scheme_handler_kde
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Sep 20 07:50:35 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=107997
Bug ID: 107997
Summary: Improper mailto check in xcheck_url_scheme_handler_kde
Product: Portland
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: xdg-utils
Assignee: portland-bugs at lists.freedesktop.org
Reporter: alexl at redhat.com
This:
https://github.com/freedesktop/xdg-utils/blob/master/scripts/xdg-settings.in#L584
if [ x"$1" = "mailto" ]; then
Can never be equal. Either compare to "xmailto" or drop the initial x.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/portland-bugs/attachments/20180920/d7f93453/attachment.html>
More information about the Portland-bugs
mailing list