The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header.
To mitigate this problem, the original message has been wrapped automatically by the mailing list software.
--- Begin Message ---Hi John, On Tue, Jun 23, 2020 at 11:43 AM John Crispin <j...@phrozen.org> wrote: [...] > @@ -1414,6 +1413,8 @@ wireless_device_notify(struct wireless_device *wdev, > struct blob_attr *data, > if (*pdata) > return UBUS_STATUS_INVALID_ARGUMENT; > > + if (*pdata) > + free(*pdata); there's another "if (*pdata)" right above this one which returns (UBUS_STATUS_INVALID_ARGUMENT) from that function. I'm probably missing something so to me it seems as if the new "if (*pdata)" is not reachable Martin
--- End Message ---
_______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.infradead.org/mailman/listinfo/openwrt-devel