Fix potential use-after-free in dbus byte array demarshaling code
authorDan Williams <dcbw@redhat.com>
Wed, 5 Mar 2008 14:15:10 +0000 (16:15 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 5 Mar 2008 14:15:10 +0000 (16:15 +0200)
commitcf7a576f67fd814e4cd407c9828a72e5cf4b83c4
tree8596c4014e3309c8579f0c876d0101bee1878dc1
parent9474b3a4e4d341d75101f31b66ccdb2ee91e95c1
Fix potential use-after-free in dbus byte array demarshaling code

The byte array code should be clearing its own pointer, not the string
array pointer.
wpa_supplicant/dbus_dict_helpers.c