]> git.eshelyaron.com Git - emacs.git/commit
Protect against the host name containing an alpha character
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 25 Apr 2022 08:46:28 +0000 (10:46 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 25 Apr 2022 12:09:53 +0000 (14:09 +0200)
commit9fdaf9ac4d0d26f93ffa4376ec26be9e33816f6a
tree8563821012c7aca45c009e98bf63b23bc0da057c
parentd932c402aa44c50af60085193b489bc1979cfbc3
Protect against the host name containing an alpha character

* src/filelock.c (lock_file_1, current_lock_owner): Protect
against the unlikely case that the host name contains an alpha
character (bug#14250).
src/filelock.c