Skip to content

Prevent theoretical null-pointer dereference

Peter Hutterer requested to merge whot/xf86-input-libinput:wip/fanalyze into master

Cannot happen since we don't enter this function if the atom isn't one of the three checked above but the static analyzer doesn't know that.

Merge request reports