From: GitHub <no...@gi...> - 2015-08-25 13:26:01
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 56ca6a7a2fb92b204551902ee8b5305627a3238b https://github.com/OpenSC/libp11/commit/56ca6a7a2fb92b204551902ee8b5305627a3238b Author: Christian Heimes <chr...@py...> Date: 2015-08-25 (Tue, 25 Aug 2015) Changed paths: M src/p11_load.c Log Message: ----------- Fix two memory leaks with init_args PKCS11_CTX_init_args() duplicates init_args string with strdup(). The result must be freed with free() eventually. PKCS11_CTX_init_args() now calls free() on the previously allocated string and PKCS11_CTX_free() frees priv->init_args, too. Commit: 8641b10205cdd38ea1dbdb3e82812f1bdfa23c37 https://github.com/OpenSC/libp11/commit/8641b10205cdd38ea1dbdb3e82812f1bdfa23c37 Author: Nikos Mavrogiannopoulos <nm...@re...> Date: 2015-08-25 (Tue, 25 Aug 2015) Changed paths: M doc/README Log Message: ----------- README: updated URL and mention that the library isn't thread safe Compare: https://github.com/OpenSC/libp11/compare/0ab1b61967f1...8641b10205cd |