| Summary: | Using an invalid flush value for zlib inflate. | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | lamm |
| Component: | scp | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | minor | CC: | djm |
| Priority: | P5 | ||
| Version: | -current | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Bug Depends on: | |||
| Bug Blocks: | 3353 | ||
|
Description
lamm
2021-12-10 08:37:45 AEDT
This should be harmless as the corresponding deflate() call uses Z_PARTIAL_FLUSH that should guarantee that the entirety of the compressed data is available even for Z_NO_FLUSH. I'll see about changing the deflate side to a explicitly-supported flag. This has been committed and will be included in the openssh-8.9 release. Thanks! closing bugs resolved before openssh-8.9 |