chiark
/
gitweb
/
~mdw
/
disorder
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
81abb3f
)
lib/addr.c: Introduce our own `freeaddrinfo' function.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 1 Jun 2020 11:28:31 +0000
(12:28 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 1 Jun 2020 11:47:57 +0000
(12:47 +0100)
I plan to return fake `struct addrinfo' lists from `netaddress_resolve',
but I can't make one which can be freed using `freeaddrinfo''s secret
recipe, so I must make my own veneer.
No differences found