| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
or prototypes. Ditto for some of the char* and void* casts too.
verified no change to instructions on ILP32 (i386) and LP64 (amd64)
ok natano@ abluhm@ deraadt@ millert@
|
|
|
|
| |
ok and valuable input from millert@
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
across {free,net,open}bsd.
both rfc2553 and X/Open spec are silent about the behavior,
and there's no strong consensus either. i think library should NOT be
forgiving in this case, to promote development of more robust 3rd-party
codebase (code works on "freeaddrinfo(NULL) = SEGV" will work on
"freeaddrinfo(NULL) is okay" environment, but not the other way around).
only issue i have now is NRL freeaddrinfo() compatibility, which permits
freeaddrinfo(NULL).
|
|
|
|
| |
(this bug was introduced since we mix KAME getaddrinfo and NRL freeaddrinfo).
|
| |
|
|
ones that are useful for all protocols, not just IPv6).
|