[Git][wine/wine][master] 2 commits: gdi32/uniscribe: Perform bounds check in insert_glyph().
Alexandre Julliard pushed to branch master at wine / wine Commits: 20ee7c3c by Sameer Singh (समीर सिंह) at 2026-05-15T16:12:45+02:00 gdi32/uniscribe: Perform bounds check in insert_glyph(). Check if the current number of glyphs exceed the maximum limit and then return an E_OUTOFMEMORY. Modify the shaping functions to bubble this error so that it can be dealt with. - - - - - 4e97089a by Sameer Singh (समीर सिंह) at 2026-05-15T16:12:45+02:00 gdi32/uniscribe: Resize the buffers if glyph count exceeds limit. - - - - - 3 changed files: - dlls/gdi32/uniscribe/shape.c - dlls/gdi32/uniscribe/usp10.c - dlls/gdi32/uniscribe/usp10_internal.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0fd8219af8308cdcc9ae3da4d12a7b... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0fd8219af8308cdcc9ae3da4d12a7b... 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
participants (1)
-
Alexandre Julliard (@julliard)