Bug 830: Check -remote command names more strictly.
commit24dbdbe899de9b75f46710b0b73886adb164c5f2
authorKalle Olavi Niemitalo <kon@iki.fi>
Mon, 13 Nov 2006 22:22:06 +0000 (14 00:22 +0200)
committerKalle Olavi Niemitalo <Kalle@Astalo.kon.iki.fi>
Mon, 13 Nov 2006 22:22:06 +0000 (14 00:22 +0200)
treee3301b46ef27d3beee2f09808ac6aeec37a04841
parent8b8cd5794175d8e452846bbc8ef1ff1160725cd1
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