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