Actions
Bug #4432
closed
DB
Net_IPv6::compress() does not properly handle all-zeroes address
Bug #4432:
Net_IPv6::compress() does not properly handle all-zeroes address
Start date:
02/15/2015
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
All
Description
Net_IPv6::compress produces an empty string when compressing the all-zeros address, rather than the expected output of "::".
DB Updated by Daniel Becker over 11 years ago
Pull request for fix: https://github.com/pfsense/pfsense/pull/1477
CB Updated by Chris Buechler over 11 years ago
- Target version set to 2.2.1
- Affected Version changed from 2.2 to All
DB Updated by Daniel Becker over 11 years ago
Are there any issues with my pull request that would prevent it from being accepted?
DB Updated by Daniel Becker over 11 years ago
Submitted pull request to Net_IPv6 upstream repo.
EL Updated by Ermal Luçi over 11 years ago
- Status changed from New to Feedback
Merged was put in.
DB Updated by Daniel Becker over 11 years ago
Accepted upstream as well.
CB Updated by Chris Buechler over 11 years ago
- Status changed from Feedback to Resolved
fixed
Actions