]> git.ipfire.org Git - thirdparty/hostap.git/commit
Use os_zalloc() instead of os_malloc() + os_memset()
authorJouni Malinen <j@w1.fi>
Sat, 27 Apr 2013 20:05:52 +0000 (23:05 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 27 Apr 2013 20:05:52 +0000 (23:05 +0300)
commit8b44ad7e162203db56056503d806246ee6a2ad0f
tree4c6b84842b446cb597293a85974aa22c8b60306d
parent2c48211c495dc04023a16d9d64572448317bcd9a
Use os_zalloc() instead of os_malloc() + os_memset()

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