On 2018/05/30 06:45, Peter Oh wrote:
Hi,
I've sent a new patchset including your changes except memory leak below.
And a memory leak should be fixed like this.
diff --git a/wpa_supplicant/mesh.c b/wpa_supplicant/mesh.c
index 67519fe..ca62b1a 100644
--- a/wpa_supplicant/mesh.c
+++ b/wpa_supplicant/mesh.c
@@ -439,6 +439,7 @@ int wpa_supplicant_join_mesh(struct
wpa_supplicant *wpa_s,
if (!ssid || !ssid->ssid || !ssid->ssid_len ||
!ssid->frequency || !params) {
ret = -ENOENT;
+ os_free(params);
goto out;
}
can you send a patch for it, since it's different from dfs change?
No, this is caused by your patches. Current wpa_supplicant does not have
this memory leak.
Please include this fix in your patch set because Jouni does not want to
merge patch set
which has known memory leak.
Regards,
Masashi Honma.
_______________________________________________
Hostap mailing list
Hostap@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/hostap