void login(void *param_1)
{
undefined2 local_188 [2];
__pid_t local_184;
char acStack_180 [376];
memcpy(local_188,param_1,0x180) //possible issue identified - semgrep
utmpname(0xea0) //possible issue identified - semgrep
setutent();
local_188[0] = 7;
local_184 = getpid();
strncpy(acStack_180,(char *)((int)param_1 + 8),0x20) //possible issue identified - semgrep
pututline(param_1);
endutent();
return;
}