Skip to content

Release of v0.7.3

Compare
Choose a tag to compare
@stefanberger stefanberger released this 28 Apr 14:03
· 287 commits to master since this release
v0.7.3

version 0.7.3:

  • swtpm:
    • Use uint64_t in tlv_data_append() to avoid integer overflows
    • Use uint64_t to avoid integer wrap-around when adding a uint32_t
  • build-sys:
    • Fix configure script to support _FORTIFY_SOURCE=3
    • Define __USE_LINUX_IOCTL_DEFS in header file (Cygwin)