Alexandre Julliard pushed to branch master at wine / wine Commits: af25fb40 by Kyle Yang at 2026-07-17T19:33:02+02:00 wininet: Fix out-of-bounds read in InternetCrackUrlW for empty file paths. InternetCrackUrlW would read past the end of the string when parsing a \"file:\" URL with an empty path and an immediate fragment, e.g., \"file://#\". Add a check for this case and return ERROR_INVALID_PARAMETER as expected. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=59973 - - - - - 2 changed files: - dlls/wininet/internet.c - dlls/wininet/tests/url.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/af25fb409cece17bea2481ef274d6e9... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/af25fb409cece17bea2481ef274d6e9... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help