Re: [PATCH v3 00/15] mesh: enable DFS channels in mesh mode

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux