Actions
Bug #4451
closedipv6 & ftp & passive mode & error
Affected Versions:
Effort:
high
Difficulty:
low
Label:
Description
When the incoming data is "229 Entering Extended Passive Mode (|||495…
…88|)", an Incomplete error will be generated.
The reason for the problem is that "tag!("|).")" is matched first.
Reference link: https://docs.rs/nom/4.0.0/nom/macro.alt.html
Source file : rust/src/ftp/mod.rs
The following modification is helpful to solve this problem.
Files
Updated by Jeff Lucovsky over 3 years ago
- Copied from Bug #4447: ipv6 & ftp & passive mode & error added
Updated by Jeff Lucovsky over 3 years ago
- Status changed from Assigned to In Progress
Cherry-pick(s):
- ca6e434e0b84dc8478763dc0a8716c5e3686a99a
Updated by Jeff Lucovsky over 3 years ago
- Status changed from In Progress to In Review
Updated by Jeff Lucovsky over 3 years ago
- Status changed from In Review to Closed
Actions