trousers/trousers-0.3.14-unlock-in-err-path.patch
Jerry Snitselaar 5b483f1a22 trousers: Rebase to 0.3.14 release
Signed-off-by: Jerry Snitselaar <jsnitsel@redhat.com>
2020-03-18 14:24:22 -07:00

12 lines
483 B
Diff

diff -ur a/src/tspi/obj_context.c b/src/tspi/obj_context.c
--- a/src/tspi/obj_context.c 2014-11-03 12:31:55.000000000 -0700
+++ b/src/tspi/obj_context.c 2018-08-10 11:02:02.246962638 -0700
@@ -276,6 +276,7 @@
context->machineName = (BYTE *)calloc(1, len);
if (context->machineName == NULL) {
LogError("malloc of %u bytes failed.", len);
+ obj_list_put(&context_list);
return TSPERR(TSS_E_OUTOFMEMORY);
}
memcpy(context->machineName, name, len);