-
- Downloads
Avoid a possible crash in tls_log_errors.
We were checking for msg==NULL, but not lib or proc. This case can only occur if we have an error whose string we somehow haven't loaded, but it's worth coding defensively here. Spotted by rieo on IRC.
Please register or sign in to comment