You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, when Facter ran on Solaris it would use shutdown(2) to
attempt to close open sockets. However, this would leak file descriptors
and occasionally cause an issue where the system would hit its maximum
open files.
This commit updates Facter to instead use close(2) on Solaris to ensure
that file descriptors are not leaked.
0 commit comments