Initialize Mode->name in xf86CVTMode()
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