]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Fix parsing of UTF-8 device names
authorJouni Malinen <jouni.malinen@atheros.com>
Tue, 26 Oct 2010 07:40:35 +0000 (10:40 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 26 Oct 2010 07:40:35 +0000 (10:40 +0300)
commit4e0c025d13e3dd54ad934bf7ed2a29a2c9e7649a
tree2179857f70592602ef08852463ca828fe4d3bf0b
parentbe88391deedbb5b346cd3ae7c095b9b5ea60ce26
P2P: Fix parsing of UTF-8 device names

The control character verification was supposed to only replace
bytes 0..31, not 0..31 and 128..255 as happened on systems where
char is signed.
src/p2p/p2p_parse.c