wok view openssl/stuff/fix-double-free.patch @ rev 7481

Removed glibc-locale from abiword depends. Added soft link for /usr/share/pixmaps/abiword.png to /usr/share/icons/abiword_48.png. Fixed error when running abiword on command line.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 02 02:25:29 2010 +0000 (2010-12-02)
parents
children
line source
1 --- ssl/s3_clnt.c.orig Sun Feb 28 01:24:24 2010
2 +++ ssl/s3_clnt.c Sun Aug 8 14:49:30 2010
3 @@ -1508,6 +1508,7 @@
4 s->session->sess_cert->peer_ecdh_tmp=ecdh;
5 ecdh=NULL;
6 BN_CTX_free(bn_ctx);
7 + bn_ctx = NULL;
8 EC_POINT_free(srvr_ecpoint);
9 srvr_ecpoint = NULL;
10 }