You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolved a heap-buffer-overflow in _twin_edge_fill by adjusting boundary
initialization. The right clip boundary was set to pixmap->width - 1,
ensuring correct clipping during rendering.
This prevents out-of-bounds memory access when filling spans and avoids
memory overflow issues during edge rendering.
- Set pixmap->clip.right = pixmap->width - 1
0 commit comments