79554920

Date: 2025-04-04 09:18:56
Score: 1
Natty:
Report link

Here in find_user():

while(p != NULL)
{
    if(p->uid == uid)
    {
        break;
    }
}

Infinite loop...

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: AlexDarkVoid