Skip to content
Commit df4d01e6 authored by Tobias Stöckmann's avatar Tobias Stöckmann Committed by Olivier Fourdan
Browse files

dmx: Fix null pointer dereference



A null pointer dereference can occur in dmxSync, because TimerForce
does not handle a null pointer.

dmxSyncTimer is set to NULL a few lines above on a certain condition,
which happened on my machine. The explicit NULL check allowed me to
start Xdmx again without a segmentation fault.

Reviewed-by: default avatarAdam Jackson <ajax@redhat.com>
(cherry picked from commit 21eda746)
parent e23000d8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment