From 20b595799934133835eea1f516ef6f97a3a04c8d Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Mon, 7 Nov 2022 21:57:10 +1100 Subject: [PATCH] [client] update LGMP to fix buffer overflow bug --- client/src/main.c | 3 ++- repos/LGMP | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/client/src/main.c b/client/src/main.c index fe61dd58..a8d6e486 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -1433,7 +1433,8 @@ restart: initialSpiceEnable = 0; } - status = lgmpClientSessionInit(g_state.lgmp, &udataSize, (uint8_t **)&udata); + status = lgmpClientSessionInit(g_state.lgmp, &udataSize, (uint8_t **)&udata, + NULL); switch(status) { case LGMP_OK: diff --git a/repos/LGMP b/repos/LGMP index 66ac3bae..1b170ad8 160000 --- a/repos/LGMP +++ b/repos/LGMP @@ -1 +1 @@ -Subproject commit 66ac3bae0b4136f0a4e817b3d0892db4dc153759 +Subproject commit 1b170ad8d732c8649d75f2ab71c11731661b0b96