FreeBSD Bugzilla – Attachment 174253 Details for
Bug 212121
getaddrinfo doesn't compute length for sort rule 9 correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch based on version 304911 in head.
rule_9_patch.txt (text/plain), 262 bytes, created by
Herbie.Robinson
on 2016-08-31 13:52:01 UTC
(
hide
)
Description:
Patch based on version 304911 in head.
Filename:
MIME Type:
Creator:
Herbie.Robinson
Created:
2016-08-31 13:52:01 UTC
Size:
262 bytes
patch
obsolete
>--- getaddrinfo.c.orig 2016-08-31 09:40:55 -0400 >+++ getaddrinfo.c 2016-08-31 09:42:37 -0400 >@@ -949,7 +949,7 @@ > > while (s < lim) > if ((r = (*d++ ^ *s++)) != 0) { >- while (r < addrlen * 8) { >+ while ((r & 0x80) == 0) { > match++; > r <<= 1; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 212121
: 174253