Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PASV: make sure that the passive IP is valid #236

Merged
merged 3 commits into from
Apr 27, 2021

Conversation

drakkan
Copy link
Collaborator

@drakkan drakkan commented Apr 16, 2021

an invalid IPv4 address will cause PASV handling crashes.

Fixes #235

an invalid IPv4 address will cause PASV handling crashes.

Fixes fclairamb#235
@codecov
Copy link

codecov bot commented Apr 16, 2021

Codecov Report

Merging #236 (8ce6155) into master (34feba4) will increase coverage by 0.56%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #236      +/-   ##
==========================================
+ Coverage   81.36%   81.92%   +0.56%     
==========================================
  Files          10       10              
  Lines        1293     1300       +7     
==========================================
+ Hits         1052     1065      +13     
+ Misses        161      156       -5     
+ Partials       80       79       -1     
Impacted Files Coverage Δ
transfer_pasv.go 66.03% <100.00%> (+8.46%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 34feba4...8ce6155. Read the comment docs.

Copy link
Owner

@fclairamb fclairamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fclairamb fclairamb merged commit 04228bd into fclairamb:master Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PASV command crash
2 participants