rclone/cmd/serve/sftp
Nick Craig-Wood f9946b37f9 sftp: fix nil check when using auth proxy
An incorrect nil check was spotted while reviewing the code for
CVE-2024-45337.

The nil check failing has never happened as far as we know. The
consequences would be a nil pointer exception.
2024-12-13 12:36:15 +00:00
..
connection_test.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
connection.go vfs: convert vfs options to new style 2024-07-15 11:09:54 +01:00
handler.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
server.go sftp: fix nil check when using auth proxy 2024-12-13 12:36:15 +00:00
sftp_test.go serve sftp: convert options to new style 2024-07-15 11:09:54 +01:00
sftp_unsupported.go build: fix linting issues reported by running golangci-lint with different GOOS 2024-04-22 19:29:12 +02:00
sftp.go sftp: support listening on passed FDs 2024-09-06 17:21:56 +01:00