Tag: resource-leak

Socket connection timeout

Not setting the connection timeout parameter can cause a blocking socket connection.

Leaky subprocess timeout

Failure to end a child process that doesn't terminate before its timeout expires can result in leaked resources.

Resource leak

Allocated resources are not released properly.

Socket close platform compatibility

The os.close() does not work on some platforms.