CVSROOT: /cvs Module name: xenocara Changes by: [email protected] 2021/11/17 12:46:39
Modified files:
xserver/Xi : exevents.c
xserver/dix : events.c
xserver/include: dix.h
Log message:
Use the InternalEvent event structure in more places in events handlers.
This fixes a crash when a DeviceEvent struct converted to
InteralEvent was beeing copied as InternalEvent (and thus
causing out of bounds reads) in ActivateGrabNoDelivery()
