Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Since 01ba8a8d the dd variable isn't necessarly initialized, so the compiler complains:
warning: ‘dd’ may be used uninitialized in this function
Initialize dd to NULL to fix this.
Fixes: 01ba8a8d ("glx: Implement GLX_EXT_no_config_context")