|
Description
|
In the locale routine g11n_getlocales(), the code does a popen(), but if no entries
are retrieved from the popen()ed file, the code returns without performing a pclose()
on the file descriptor.
This wastes a file descriptor and leaves a defunct process in the process tree (wasting
a process slot) for the user connected via ssh(1).
This bug was found by Neale Ferguson of Sine Nomine Associates.
|