#14724 closed bug (fixed)
IN6_IS_ADDR_V4MAPPED & IN6_IS_ADDR_V4COMPAT false positives
Reported by: | nathan | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | Network & Internet/IPv6 | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
The first 10 bytes of the address should be zero. The 8th byte of the address is not checked, and instead the 10th byte is checked twice.
Attachments (1)
Change History (7)
by , 6 years ago
comment:2 by , 6 years ago
I would gladly move it but I am not sure how. I made an account there but I don't see a button to create new items.
comment:3 by , 6 years ago
https://dev.haiku-os.org/wiki/CodingGuidelines/SubmittingPatches explains how to do that.
comment:6 by , 5 years ago
Milestone: | Unscheduled → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
Note:
See TracTickets
for help on using tickets.
Patch for in6.h