mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-05-05 06:47:25 -04:00
term: ignore attempts to set a title that contains an invalid UTF-8 sequence
Setting the title ultimately leads to a call to
xdg_toplevel::set_title(). It is a protocol violation to try to set a
title that contains an invalid UTF-8 sequence:
The string must be encoded in UTF-8.
Closes #1552
This commit is contained in:
parent
756da87346
commit
316136f428
2 changed files with 10 additions and 0 deletions
|
|
@ -102,10 +102,13 @@
|
|||
set in `[environment]`.
|
||||
* Environment variables normally set by foot lost with `footclient
|
||||
-E,--client-environment` ([#1568][1568]).
|
||||
* XDG toplevel protocol violation, by trying to set a title that
|
||||
contains an invalid UTF-8 sequence ([#1552][1552]).
|
||||
|
||||
[1531]: https://codeberg.org/dnkl/foot/issues/1531
|
||||
[1573]: https://codeberg.org/dnkl/foot/issues/1573
|
||||
[1568]: https://codeberg.org/dnkl/foot/issues/1568
|
||||
[1552]: https://codeberg.org/dnkl/foot/issues/1552
|
||||
|
||||
|
||||
### Security
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue