Skip Menu |

This queue is for tickets about the Net-SFTP CPAN distribution.

Report information
The Basics
Id: 4335
Status: resolved
Priority: 0/
Queue: Net-SFTP

People
Owner: Nobody in particular
Requestors: autarch [...] urth.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.05
Fixed in: 0.07



Subject: Circular reference in implementation
There is a circular reference in the last callback created in the _open_channel method, because the callback refers to $sftp, which in turns stores the channel object containing the callback. Of course, without also fixing the underlying SSH2 circular references, fixing this doesn't do much.