]> git.ipfire.org Git - thirdparty/hostap.git/commit
browser-wpadebug: Use more robust mechanism for starting browser
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 6 Oct 2014 15:51:22 +0000 (18:51 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 9 Oct 2014 14:38:25 +0000 (17:38 +0300)
commit2b28ef6ca820b47ea36e1508964f00ea2a5ad5cc
tree286408577182e9d14ff0547e1bdb2d4f82a110ce
parent3d8a3ffcf04876b6a218dfc70a8b04e5ceb46a63
browser-wpadebug: Use more robust mechanism for starting browser

Use os_exec() to run the external browser to avoid undesired command
line processing for control interface event strings. Previously, it
could have been possible for some of the event strings to include
unsanitized data which is not suitable for system() use.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/utils/browser-wpadebug.c