Files
xserver/xfixes
dec05eba 0797119176 Revert "xfixes: use dixGetAtomID()"
This reverts commit c32b5b4d5b.

The commit writes out of bounds with tchar[stuff->nbytes] write
since the string isn't null terminated.
This messed other data which makes requests fail and window managers/
desktop environments fail to start.

ProcXFixesSetCursorName also incorrectly uses dixGetAtomID
which doesn't create the atom if it doesn't exist, which it previously
did with MakeAtom(..., TRUE).

The new dixGet/AddAtom methods dont work without null-terminated strings
so the change has to be reverted instead.

Signed-off-by: dec05eba <dec05eba@protonmail.com>
2025-07-23 17:25:05 +02:00
..
2025-07-23 17:25:05 +02:00
2025-06-12 17:21:44 +02:00
2025-06-12 17:21:48 +02:00
2015-07-08 16:40:58 -04:00