]> git.ipfire.org Git - thirdparty/hostap.git/commit - hostapd/config_file.c
Fix validation of anqp_3gpp_cell_net configuration parameter
authorJouni Malinen <j@w1.fi>
Sun, 30 Mar 2014 14:19:20 +0000 (17:19 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 30 Mar 2014 14:22:23 +0000 (17:22 +0300)
commit4be20bf9aab9f38127b5fa71139b306c608f7486
tree20a855421e20fc1e4e071b6ed9611d957007f729
parent1d6f579ada9224be424ef233a6b88fc22e1e793c
Fix validation of anqp_3gpp_cell_net configuration parameter

The "< '0' && > '9'" part would not match any character.

Signed-off-by: Jouni Malinen <j@w1.fi>
hostapd/config_file.c