diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-05-14 18:44:36 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-05-14 18:48:59 -0700 |
commit | d23a486ba27405acfda67a4dc387ade5e399a29b (patch) | |
tree | 6e7a2dc2d896e78194d049c4a54eae832a3b0040 /test/lisp/emacs-lisp | |
parent | e6f64df9c2b443d3385c2c25c29ccd5283d37e3f (diff) | |
download | emacs-d23a486ba27405acfda67a4dc387ade5e399a29b.tar.gz |
Fix address violation found by AddressSanitizer
* src/process.c (connect_network_socket):
Use struct sockaddr_storage, not struct sockaddr_in, to store info
about a socket address. Problem reported by Philipp Stephani in:
http://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00314.html
This fix is based on a patch by Philipp in:
http://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00357.html
Diffstat (limited to 'test/lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions