Skip to content

Commit

Permalink
CHANGES: Add documentation for changes in 0.7.3
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
  • Loading branch information
stefanberger committed Apr 27, 2022
1 parent d57ee9a commit 7138417
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
CHANGES - changes for swtpm

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)

version 0.7.2:
- swtpm:
- Do not chdir(/) when using --daemon
Expand Down

0 comments on commit 7138417

Please sign in to comment.