]> git.ipfire.org Git - thirdparty/hostap.git/commit
browser-android: Use more robust mechanism for starting browser
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 6 Oct 2014 15:50:47 +0000 (18:50 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 9 Oct 2014 14:38:25 +0000 (17:38 +0300)
commit3d8a3ffcf04876b6a218dfc70a8b04e5ceb46a63
tree4efa2011d76b39b498c3bd0172078d328cd6b29f
parent17dc39a8bc218ab91e1443288f4eba7e9a101247
browser-android: 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-android.c