CVSROOT: /cvs Module name: ports Changes by: [email protected] 2015/01/08 18:34:44
Modified files:
net/pidgin : Makefile
net/pidgin/files: ssl-openssl.c
Log message:
Fix a crash with the ssl_openssl_write() function. It turns out that
openssl_data can be NULL. The current code does not handle this correctly
which results in dereferencing a NULL pointer via openssl_data->ssl.
Also some format string fixes.
Issue found and fixed by jsing@
