From patchwork Fri May 17 19:29:49 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Crispin X-Patchwork-Id: 10948453 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 7D5401515 for ; Fri, 17 May 2019 19:30:33 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 70328283E7 for ; Fri, 17 May 2019 19:30:33 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5395128462; Fri, 17 May 2019 19:30:33 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 05F42283E7 for ; Fri, 17 May 2019 19:30:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728963AbfEQTa3 (ORCPT ); Fri, 17 May 2019 15:30:29 -0400 Received: from nbd.name ([46.4.11.11]:37360 "EHLO nbd.name" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726818AbfEQTa2 (ORCPT ); Fri, 17 May 2019 15:30:28 -0400 Received: from p548c8c9f.dip0.t-ipconnect.de ([84.140.140.159] helo=bertha.fritz.box) by ds12 with esmtpa (Exim 4.89) (envelope-from ) id 1hRiYk-0006cc-2M; Fri, 17 May 2019 21:30:26 +0200 From: John Crispin To: Johannes Berg Cc: linux-wireless@vger.kernel.org, John Crispin Subject: [PATCH 0/7] iw: various bug fixes Date: Fri, 17 May 2019 21:29:49 +0200 Message-Id: <20190517192956.18372-1-john@phrozen.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP These fixes were extracted from the latest Intel/UGW. I am assuming they ran static code analyses/Klocwork in the source. John Crispin (7): iw: fix memory leak inside register_mgmt_frame iw: fix endless loop inside handle_mgmt_dump iw: fix memory leak inside handle_cac iw: fix fd leak inside handle_netns iw: fix memory leak inside parse_sched_scan iw: fix memory leaks inside handle_scan iw: fix fp handling inside handle_vendor mgmt.c | 4 ++++ phy.c | 25 ++++++++++++++++++------- scan.c | 34 +++++++++++++++++----------------- vendor.c | 5 ++++- 4 files changed, 43 insertions(+), 25 deletions(-)