]> git.eshelyaron.com Git - emacs.git/commit
Type-check argument to network-lookup-address-info
authorRobert Pluim <rpluim@gmail.com>
Wed, 18 Sep 2024 15:19:28 +0000 (17:19 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Sep 2024 10:45:17 +0000 (12:45 +0200)
commit30137d3b7e4f8aac35c7024002c942a44db7c4f2
treea4d266e512fc5fc153b91c4348e4f201ec4f5a2c
parent4005ae23754a326df7b88fc933bc4f325060164d
Type-check argument to network-lookup-address-info

* src/process.c (Fnetwork_lookup_address_info): Check that the
"name" argument is a string, and mention 'puny-encode-domain'.
(Bug#73337)

(cherry picked from commit 300d05ecb4cdd53eb8ae9c95f9db6909bb872e29)
src/process.c