mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-10-31 04:31:57 +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
	 Geoffrey McRae
					Geoffrey McRae