Fix WPS UPnP SSDP on 32-bit targets
authorJouni Malinen <jouni.malinen@atheros.com>
Thu, 26 Mar 2009 13:32:02 +0000 (15:32 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 26 Mar 2009 13:32:02 +0000 (15:32 +0200)
commitbfd67fc44c66ac9fcda97f02a9fe5f01d1ed5728
tree5f0e9c55ecd591f118aac58af1c1e12b17ab1c51
parent89d39d9d6cb7a0e98020db8545e17b653f475d43
Fix WPS UPnP SSDP on 32-bit targets

The memcpy was using incorrect size (of pointer; should have been of
data structure) for the client address. This ended up working on 64-bit
targets, but left part of the address uninitialized on 32-bit targets.
src/wps/wps_upnp_ssdp.c