[client] update LGMP to fix buffer overflow bug

This commit is contained in:
Geoffrey McRae 2022-11-07 21:57:10 +11:00
parent f0cb9d1167
commit 20b5957999
2 changed files with 3 additions and 2 deletions

View File

@ -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:

@ -1 +1 @@
Subproject commit 66ac3bae0b4136f0a4e817b3d0892db4dc153759
Subproject commit 1b170ad8d732c8649d75f2ab71c11731661b0b96