Alexandre Julliard pushed to branch master at wine / wine
Commits: 6b7fb8cf by Yuxuan Shui at 2025-06-10T22:44:19+02:00 mshtml: Fix buffer underflow in range_to_string.
range_to_string scans the buf from right to left for whitespaces. If the buf contains only whitespaces, we will scan past the start of the buf.
- - - - -
1 changed file:
- dlls/mshtml/range.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/6b7fb8cf7150e1d165a2397e39d4f79...