Graphics protocol: Fix crash when handling invalid offset values in graphics compose commands

This commit is contained in:
Kovid Goyal
2026-03-22 21:49:12 +05:30
parent f7626c7472
commit e9661f0f3a
2 changed files with 6 additions and 3 deletions

View File

@@ -172,6 +172,8 @@ Detailed list of changes
- Graphics protocol: Fix crash when handling invalid PNG image with direct transmission
- Graphics protocol: Fix crash when handling invalid offset values in graphics compose commands
- X11: Fix a regression in the previous release that caused an occasional crash on input device removal (:iss:`9723`)
0.46.2 [2026-03-21]