mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-06-14 14:33:16 -04:00
sixel: fix NULL deref when using a shared palette and gamma-correct blending
This fixes a copy-paste error where we read/modified/wrote the private-palette instead of the shared palette. Since the private palette is NULL in this case, that meant a crash. Closes #2370
This commit is contained in:
parent
c9c448e611
commit
75e201608b
2 changed files with 7 additions and 4 deletions
|
|
@ -100,12 +100,15 @@
|
|||
across the starting column.
|
||||
* Passing a very large value as CHT/CBT argument hangs the terminal
|
||||
([#2360][2360]).
|
||||
* Sixel: crash when using a shared palette and gamma-correct blending
|
||||
has been enabled, or foot is using 10-bit surface ([#2370][2370]).
|
||||
|
||||
[2353]: https://codeberg.org/dnkl/foot/issues/2353
|
||||
[2352]: https://codeberg.org/dnkl/foot/issues/2352
|
||||
[2327]: https://codeberg.org/dnkl/foot/issues/2327
|
||||
[2379]: https://codeberg.org/dnkl/foot/issues/2379
|
||||
[2360]: https://codeberg.org/dnkl/foot/issues/2360
|
||||
[2370]: https://codeberg.org/dnkl/foot/issues/2370
|
||||
|
||||
|
||||
### Security
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue