Skip to content

parse_search_uri: rescue URI which lacks value#126

Open
mtasaka wants to merge 1 commit into
lxde:masterfrom
mtasaka:fix-segfault-with-no-value-search
Open

parse_search_uri: rescue URI which lacks value#126
mtasaka wants to merge 1 commit into
lxde:masterfrom
mtasaka:fix-segfault-with-no-value-search

Conversation

@mtasaka

@mtasaka mtasaka commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Currently, some crafted search URI which has parameter name but lacks value causes nullptr dereference then segfault. Since value is missing, we don't have to set it to the corresponding structure member, so just skip it.

Closes #125 .

Currently, some crafted search URI which has parameter name
but lacks value causes nullptr dereference then segfault.
Since value is missing, we don't have to set it to the corresponding
structure member, so just skip it.

Closes lxde#125 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pcmanfm segfaults with search:/// with crafted URI with no value

1 participant