Bug 830: Check -remote command names more strictly.
commit875152442420e578937585b0420c551b0c9c51b0
authorKalle Olavi Niemitalo <kon@iki.fi>
Mon, 13 Nov 2006 22:22:06 +0000 (14 00:22 +0200)
committerJonas Fonseca <fonseca@diku.dk>
Mon, 4 Dec 2006 20:58:33 +0000 (4 21:58 +0100)
treec07ea1b332fbcb9acce97031912b8bbe00780f71
parentdbfb34f395a7b4302ad9d1673ff2a6ac781b4ad9
Bug 830: Check -remote command names more strictly.

doc/remote.txt says there must be a nonempty sequence of ASCII
alphabetic characters before the opening parenthesis.  Check that
they really are ASCII characters and that the sequence is nonempty.
Thus, elinks -remote '(foo)' now treats the string as an address,
rather than as a command.
src/config/cmdline.c