mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 10:08:24 +00:00
[client] update LGMP to fix buffer overflow bug
This commit is contained in:
parent
f0cb9d1167
commit
20b5957999
@ -1433,7 +1433,8 @@ restart:
|
|||||||
initialSpiceEnable = 0;
|
initialSpiceEnable = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
status = lgmpClientSessionInit(g_state.lgmp, &udataSize, (uint8_t **)&udata);
|
status = lgmpClientSessionInit(g_state.lgmp, &udataSize, (uint8_t **)&udata,
|
||||||
|
NULL);
|
||||||
switch(status)
|
switch(status)
|
||||||
{
|
{
|
||||||
case LGMP_OK:
|
case LGMP_OK:
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 66ac3bae0b4136f0a4e817b3d0892db4dc153759
|
Subproject commit 1b170ad8d732c8649d75f2ab71c11731661b0b96
|
Loading…
Reference in New Issue
Block a user