xserver: Changes to 'refs/tags/xorg-server-21.1.14'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Tue Oct 29 16:13:21 UTC 2024
Tag 'xorg-server-21.1.14' created by Olivier Fourdan <ofourdan at redhat.com> at 2024-10-29 16:12 +0000
xorg-server-21.1.14
-----BEGIN PGP SIGNATURE-----
iHIEABECADIWIQRn3IbyYj/F/Uu1Il0UcG2+HktFQAUCZyEJiRQcb2ZvdXJkYW5A
cmVkaGF0LmNvbQAKCRAUcG2+HktFQC2TAKCSBAZzLdp0iIO7zkzF5dwr7RQOHwCf
fTIMPR6JOdmFi/9iEQGgaiJfXXw=
=rdjX
-----END PGP SIGNATURE-----
Changes since xorg-server-21.1.13:
Alan Coopersmith (11):
dix: check for calloc() failure in Xi event conversion routines
dix: PolyText: fully initialize local_closure
dix: SetFontPath: don't set errorValue on Success
dix: enterleave.c: fix implicit fallthrough warnings
dix: CreateScratchGC: avoid dereference of pointer we just set to NULL
dix: InitPredictableAccelerationScheme: avoid memory leak on failure
dix: dixChangeWindowProperty: don't call memcpy if malloc failed
dix: ProcListProperties: skip unneeded work if numProps is 0
dix: HashResourceID: use unsigned integers for bit shifting
dix: GetPairedDevice: check if GetMaster returned NULL
dix: FindBestPixel: fix implicit fallthrough warning
Alexey (1):
Fixed mirrored glyphs on big-endian machines
Enrico Weigelt, metux IT consult (2):
Xnest: cursor: fix potentially uninitialized memory
Xnest: fix broken exposure events
José Expósito (2):
ephyr: Fix incompatible pointer type build error
xserver 21.1.14
Konstantin (1):
glamor: make use of GL_EXT_texture_format_BGRA8888
Matthieu Herrb (4):
Don't crash if the client argv or argv[0] is NULL.
Return NULL in *cmdname if the client argv or argv[0] is NULL
Fix a double-free on syntax error without a new line.
xkb: Fix buffer overflow in _XkbSetCompatMap()
Olivier Fourdan (1):
build: Drop libxcvt requirement from SDK_REQUIRED_MODULES
Peter Hutterer (1):
dix: fix valuator copy/paste error in the DeviceStateNotify event
---
configure.ac | 6 ++---
dix/colormap.c | 1
dix/devices.c | 2 -
dix/dixfonts.c | 27 +++++++++++-----------
dix/enterleave.c | 13 ++++++++--
dix/eventconvert.c | 12 ++++++++++
dix/gc.c | 3 +-
dix/property.c | 45 +++++++++++++++++++++-----------------
dix/ptrveloc.c | 1
dix/resource.c | 2 -
glamor/glamor.c | 8 +++---
glamor/glamor_glyphblt.c | 8 ++++++
glamor/glamor_picture.c | 7 +----
glamor/glamor_text.c | 8 ++++++
hw/kdrive/ephyr/ephyr_glamor_xv.c | 8 +++---
hw/xfree86/parser/DRI.c | 2 +
hw/xfree86/parser/Device.c | 2 +
hw/xfree86/parser/Extensions.c | 2 +
hw/xfree86/parser/Files.c | 2 +
hw/xfree86/parser/Flags.c | 16 ++++++++++---
hw/xfree86/parser/Input.c | 2 +
hw/xfree86/parser/InputClass.c | 2 +
hw/xfree86/parser/Layout.c | 2 +
hw/xfree86/parser/Module.c | 11 +++++++--
hw/xfree86/parser/Monitor.c | 6 +++++
hw/xfree86/parser/OutputClass.c | 2 +
hw/xfree86/parser/Pointer.c | 2 +
hw/xfree86/parser/Screen.c | 4 +++
hw/xfree86/parser/Vendor.c | 4 +++
hw/xfree86/parser/Video.c | 4 +++
hw/xfree86/parser/read.c | 2 +
hw/xfree86/parser/scan.c | 14 ++++++++---
hw/xnest/Cursor.c | 2 -
hw/xnest/Events.c | 2 -
meson.build | 4 +--
os/client.c | 29 +++++++++++++++---------
xkb/xkb.c | 8 +++---
37 files changed, 192 insertions(+), 83 deletions(-)
---
More information about the xorg-commit
mailing list