this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix getting executable's UUID

+1 -1
+1 -1
src/kernel/emulation/linux/misc/proc_info.c
··· 120 120 121 121 memset(buffer, 0, bufsize); 122 122 123 - memcpy(info->p_uuid, get_exe_uuid, sizeof(info->p_uuid)); 123 + memcpy(info->p_uuid, get_exe_uuid(), sizeof(info->p_uuid)); 124 124 125 125 ////////////////////////// 126 126 // Read info for pid //