bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#34134: 27.0.50; process-contact for accepted sockets broken


From: Paul Eggert
Subject: bug#34134: 27.0.50; process-contact for accepted sockets broken
Date: Wed, 30 Jan 2019 15:13:51 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

On 1/25/19 12:07 AM, Eli Zaretskii wrote:
From: Mathew Handugan <mathew@handugan.com>
Date: Fri, 18 Jan 2019 22:52:41 -0800

Git commit be9e60fc3c43cc49cc5d749924c3e96737ae297c  causes accepted sockets to 
store 't as :host
instead of the string-formatted peer IP address.

This manifests as
  (process-contact proc)
returning something like
  (t 55269)

instead of the expected:
  ("192.168.2.13" 55269)
Thanks.  Paul, could you please take a look at this?

Thanks for reporting the bug, especially the test case. I reproduce the problem and fixed it by installing the attached patch into the emacs-26 branch on Savannah.

Attachment: 0001-Fix-process-contact-bug-with-TCP-connections.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]