mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Update.
1998-04-24 Ulrich Drepper <drepper@cygnus.com> * inet/rcmd.c (__ivaliduser): Check buf for being NULL before free()ing.
This commit is contained in:
@@ -438,7 +438,8 @@ __ivaliduser(hostf, raddr, luser, ruser)
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
free (buf);
|
||||
if (buf != NULL)
|
||||
free (buf);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user