]> code.delx.au - gnu-emacs/commit
src/process.c Correctly convert AF_INET6 addresses
authorDavid Edmondson <dme@dme.org>
Sun, 7 Feb 2016 01:54:08 +0000 (12:54 +1100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 7 Feb 2016 01:55:57 +0000 (12:55 +1100)
commit35cbe2095ba024f6ee60799cd560771f2ef739a4
tree4f3e10ad79c16e387fddb6301efebbe86443e129
parent9ffe7ddd5e1ba93f327cfe985e9476571d7a2873
src/process.c Correctly convert AF_INET6 addresses

* src/process.c (conv_lisp_to_sockaddr): AF_INET6 addresses are
converted to a list of 16 bit quantities by
conv_sockaddr_to_lisp(). conv_lisp_to_sockaddr() should follow the
same scheme rather than expecting a (longer) list of 8 bit
quantities.

Backport:

(cherry picked from commit 55ce3c30d617c38eb086d5ad4ffbd881c20c559c)
src/process.c