[Git][wine/wine][master] 2 commits: wininet: Fix handling of empty strings in urlcache_hash_key.
Alexandre Julliard pushed to branch master at wine / wine Commits: 74c6c7c9 by Yuxuan Shui at 2025-06-18T21:50:50+02:00 wininet: Fix handling of empty strings in urlcache_hash_key. - - - - - 79c3a832 by Yuxuan Shui at 2025-06-18T21:50:50+02:00 wininet: Use BYTE instead of char for hash calculation. Since LPCSTR is signed, (*lpszKey ^ key[i]) could be negative, which means accessing the lookupTable with it will underflow. - - - - - 1 changed file: - dlls/wininet/urlcache.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d5be01730c6b93ef1f575085ddd02b... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d5be01730c6b93ef1f575085ddd02b... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)