Skip to content

shell32: Avoid stack corruption caused by long URLs

Previously long URI/URLs (> 1024 characters) would cause a stack corruption and crash Wine. After this MR, Wine will no longer crash but the URL is not opened either primarily due to SHELL_Argify limitations.

Merge request reports

Loading