Skip to content

3.0.4

Compare
Choose a tag to compare
@williamcroberts williamcroberts released this 26 Apr 18:50
· 741 commits to master since this release

[3.0.4] - 2021-05-17

Changed or Fixed

  • Fixed possible access outside the array in ifapi_calculate_tree.
  • Fixed make install on systems without systemd
  • Fixed segfault in Fapi_Finalize where a free of a constant string could occur.
  • Fixed binding to ESYS_TR_RH_NULL for ESYS auth sessions.
  • Fixed read eagain error handling for freeBSD.
  • Fixed potential memory corruption in Fapi_Import.
  • Fixed binding of ESYS_TR_RH_NULL (Fixes #1993)
  • Added initialise 'out' parameter in ifapi_json_IFAPI_CONFIG_deserialize.
  • Fixed cleanup in several error cases.
  • Fixed initialization of default log_dir.
  • Fixed error cleanup for key loading and policy execution.
  • Fixed state handling in policy execution.
  • Fixed determination of object type from path.
  • Fixed fix doxygen header of function iesys_update_session_flags
  • Fixed issue where nonceTPM was included twice in HMAC.
  • Fixed issue of unused variable when enabling lower default log levels.
  • Fixed tcti-device: 'partial' may be used uninitialized.
  • Fixed double define in tss2_mu.h.