|
Description
|
## 08/01/04 gww ##
I couldn't find a CR addressing this, though I seem to have noted
it and created a proposed fix on 19 Apr 2007.
There seems to be a use of allocated memory without testing
if the allocation succeeded in files_getpwnam().
There seems to be a memory leak in files_update() ATTR_PASSWD
It's possible there are more. These seem to be what I saw in April.
Gary..
## 08/01/11 gww ##
It turns out there really isn't a memory leak. So the only
issue is the not checking for alloc failure.
Gary..
|