commit | f9c5f8bc5889dc922cfb2f454b82c866340243fa | [log] [tgz] |
---|---|---|
author | James Bottomley <[email protected]> | Fri May 29 10:50:01 2020 -0700 |
committer | James Bottomley <[email protected]> | Fri May 29 10:50:01 2020 -0700 |
tree | 38a58e9554291765e35435b34a9b123a2ec71665 | |
parent | df083380c6c9844f732856e650c419f400164515 [diff] |
Fix segfault if config file is not present or unparseable Make parse_ini_file return a failure if the configuration could not be extracted and make C_Initialize return and error for this case. This prevents any correct PKCS11 token user from doing anything else with the token. Signed-off-by: James Bottomley <[email protected]>