[PATCH] allow empty string in dbus network properties
Matthew Wang
matthewmwang at chromium.org
Tue Jun 30 22:47:22 EDT 2020
Signed-off-by: Matthew Wang <matthewmwang at chromium.org>
---
wpa_supplicant/dbus/dbus_new_handlers.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/wpa_supplicant/dbus/dbus_new_handlers.c b/wpa_supplicant/dbus/dbus_new_handlers.c
index d1f9607c6..bc35dc957 100644
--- a/wpa_supplicant/dbus/dbus_new_handlers.c
+++ b/wpa_supplicant/dbus/dbus_new_handlers.c
@@ -229,8 +229,6 @@ dbus_bool_t set_network_properties(struct wpa_supplicant *wpa_s,
} else if (entry.type == DBUS_TYPE_STRING) {
if (should_quote_opt(entry.key)) {
size = os_strlen(entry.str_value);
- if (size == 0)
- goto error;
size += 3;
value = os_zalloc(size);
--
2.27.0.212.ge8ba1cc988-goog
More information about the Hostap
mailing list