Skip to content

Initialize Mode->name in xf86CVTMode()

Matthieu Herrb requested to merge mherrb/xserver:libxcvt-fix into master

This was overlooked when converting the function to use libxcvt. Bring back name initialization from old code.

This was causing a segfault in xf86LookupMode() if modes where name is NULL are present the modePool list.

Signed-off-by: Matthieu Herrb matthieu@herrb.eu

Merge request reports