mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] update LGMP to fix buffer overflow bug
This commit is contained in:
@@ -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:
|
||||
|
Submodule repos/LGMP updated: 66ac3bae0b...1b170ad8d7
Reference in New Issue
Block a user