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