From: GitHub <no...@gi...> - 2018-12-18 12:50:20
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 35cb70b5d664c4be417dee2cbe6b652185e6da2d https://github.com/OpenSC/OpenSC/commit/35cb70b5d664c4be417dee2cbe6b652185e6da2d Author: Khem Raj <raj...@gm...> Date: 2018-12-18 (Tue, 18 Dec 2018) Changed paths: M src/pkcs15init/pkcs15-oberthur.c Log Message: ----------- Remove redundant logging Same information is printed a few line below in same function, the only difference is that there it takes care of case when label is NULL pointer unlike this line secondly, every function call to cosm_write_tokeninfo() in this file passes label=NULL, and then it tries to print a null pointer Fixes errors like src/libopensc/log.h:48:47: error: '%s' directive argument is null [-Werror=format-overflow=] Signed-off-by: Khem Raj <raj...@gm...> **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |