diff --git a/swtpm.changes b/swtpm.changes index 73e263f..75ad354 100644 --- a/swtpm.changes +++ b/swtpm.changes @@ -21,7 +21,7 @@ Mon Mar 6 16:34:33 UTC 2023 - Alberto Planas Dominguez + Use uint64_t in tlv_data_append() to avoid integer overflows + Use uint64_t to avoid integer wrap-around when adding a uint32_t + Do not chdir(/) when using --daemon - + Check header size indicator against expected size (CVE-2022-23645) + + Check header size indicator against expected size (CVE-2022-23645 bsc#1196240) + Fixes for gcc 12.2.1 -fanalyzer * build-sys: + Fix configure script to support _FORTIFY_SOURCE=3