[SHELL32] CQueryAssociation: Add slash check (#6676)
authorKatayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
Wed, 27 Mar 2024 08:36:48 +0000 (17:36 +0900)
committerGitHub <noreply@github.com>
Wed, 27 Mar 2024 08:36:48 +0000 (17:36 +0900)
commit72a27e6d4525d5a1e8b31b589bcd14663201519a
treec3b89254eafee69ed27f622d9b4ab8c79729fc21
parentf9a55858706adeecc79f93587a67f3781f609ad7
[SHELL32] CQueryAssociation: Add slash check (#6676)

Follow-up to #6656. I had forgotten to check the slash.
JIRA issue: CORE-19493
Add StrChrW(pszAssoc, L'\\') check before PathFindExtensionW call.
dll/win32/shell32/CQueryAssociations.cpp