Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp6116534pxv; Thu, 29 Jul 2021 06:58:28 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyoJYXzMAZ/niNdlZjhqHORrDk6myNBWgjr1N+bNxwdFlOBnvMXahr8NF9pAMfJ6u3f1IDQ X-Received: by 2002:a92:6a03:: with SMTP id f3mr3527592ilc.43.1627567108746; Thu, 29 Jul 2021 06:58:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1627567108; cv=none; d=google.com; s=arc-20160816; b=S7FaWbuvEZItoyXwQfhzUMdAbXLLQlGPxOBy4WOhNIkXv/d2FxFZIG3BNNA7MOmvlh 4OrHcyPmJfId/L9kaNBm45s/NhCJ+chXnx2egAPwwObRnP9HXl/2X/CEo61JJ4W9fsBk V9ZHuePEoUpSJJcnc68/y7o6pyvy7f7TK8/wI7ufUdwsSjOyQE2tzjMfCUTX095Yx4Rl +o+J19yqccSnEQ5bn7mSn18z3dBdPnIp6Wj94meg/RVROZKTeocKeQnPfPbAD6gdluPw 6S609z9Z4ebRIRb0uwgpzpk4RfmQhvSJEIHE3hIT/g2XO9IWGJZAyzjNf0fUZeZT3XEA +nbA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=tgmykKZzIpsfEXer75D5Z1zaV1c2WaAl93NGw5+N6Y8=; b=ePE9fmmsehUXngd1KKVudqGHNPouG7L7OJmg2+rS/n3XN0sZNgy1lvWAgXQoYd8xTE ngldwFaCq+j+PNHnTKeAklaN+t/yuMuU9UqgBxJjRxUOwBSAKx3d+2oMJ0uj1ZZpZ7vT d2Yqk0OHi40U0L6zPfMCtdOwqnL93msT+bTIRPLxW1KpLvLxZJzkweowbp/jhZNB2TvQ sY/fpnbVAdB/9n+9kWKuK9O7RkXV8HuMoc1vup2bWQ+1UlOrJzY8F9xzJj72/AUvmJ3o ZidDfdGHgZXgdTXkhRDucMQ5S6eX0VKtAhx0K8m/BylSkQmzn4jmUMEWhX5PXqOpW1zK FznA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=0t2aj0kZ; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id b12si3422601jal.75.2021.07.29.06.58.16; Thu, 29 Jul 2021 06:58:28 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=0t2aj0kZ; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238137AbhG2N5F (ORCPT + 99 others); Thu, 29 Jul 2021 09:57:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:46848 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238015AbhG2N4x (ORCPT ); Thu, 29 Jul 2021 09:56:53 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 12D6160F48; Thu, 29 Jul 2021 13:56:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1627567009; bh=Fvu85sAjs319dWKeZiap0oOOGT1ZpqeMqQ0Tf/uMgwo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=0t2aj0kZtXoRx4NcSlqsqOiLgoqcxdFBUj+eMfRgq1g51Lq9kv9/uVTYdA4GZw/8g AP7n3YlLC1PRdPmlJLaeFqCu0gi9z9jcxvdNM2baYBSYW3+GVhEU4Hx/27YOnkvnxY FFU5Lyap+sEqX2iPHnj5Lh3ayENdNyTWaRcWs6Lc= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Hulk Robot , Yang Yingliang , "David S. Miller" , Sasha Levin Subject: [PATCH 4.19 08/17] net/802/garp: fix memleak in garp_request_join() Date: Thu, 29 Jul 2021 15:54:09 +0200 Message-Id: <20210729135137.525541234@linuxfoundation.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210729135137.260993951@linuxfoundation.org> References: <20210729135137.260993951@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Yang Yingliang [ Upstream commit 42ca63f980842918560b25f0244307fd83b4777c ] I got kmemleak report when doing fuzz test: BUG: memory leak unreferenced object 0xffff88810c909b80 (size 64): comm "syz", pid 957, jiffies 4295220394 (age 399.090s) hex dump (first 32 bytes): 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 08 00 00 00 01 02 00 04 ................ backtrace: [<00000000ca1f2e2e>] garp_request_join+0x285/0x3d0 [<00000000bf153351>] vlan_gvrp_request_join+0x15b/0x190 [<0000000024005e72>] vlan_dev_open+0x706/0x980 [<00000000dc20c4d4>] __dev_open+0x2bb/0x460 [<0000000066573004>] __dev_change_flags+0x501/0x650 [<0000000035b42f83>] rtnl_configure_link+0xee/0x280 [<00000000a5e69de0>] __rtnl_newlink+0xed5/0x1550 [<00000000a5258f4a>] rtnl_newlink+0x66/0x90 [<00000000506568ee>] rtnetlink_rcv_msg+0x439/0xbd0 [<00000000b7eaeae1>] netlink_rcv_skb+0x14d/0x420 [<00000000c373ce66>] netlink_unicast+0x550/0x750 [<00000000ec74ce74>] netlink_sendmsg+0x88b/0xda0 [<00000000381ff246>] sock_sendmsg+0xc9/0x120 [<000000008f6a2db3>] ____sys_sendmsg+0x6e8/0x820 [<000000008d9c1735>] ___sys_sendmsg+0x145/0x1c0 [<00000000aa39dd8b>] __sys_sendmsg+0xfe/0x1d0 Calling garp_request_leave() after garp_request_join(), the attr->state is set to GARP_APPLICANT_VO, garp_attr_destroy() won't be called in last transmit event in garp_uninit_applicant(), the attr of applicant will be leaked. To fix this leak, iterate and free each attr of applicant before rerturning from garp_uninit_applicant(). Reported-by: Hulk Robot Signed-off-by: Yang Yingliang Signed-off-by: David S. Miller Signed-off-by: Sasha Levin --- net/802/garp.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/net/802/garp.c b/net/802/garp.c index 7f50d47470bd..8e19f51833d6 100644 --- a/net/802/garp.c +++ b/net/802/garp.c @@ -206,6 +206,19 @@ static void garp_attr_destroy(struct garp_applicant *app, struct garp_attr *attr kfree(attr); } +static void garp_attr_destroy_all(struct garp_applicant *app) +{ + struct rb_node *node, *next; + struct garp_attr *attr; + + for (node = rb_first(&app->gid); + next = node ? rb_next(node) : NULL, node != NULL; + node = next) { + attr = rb_entry(node, struct garp_attr, node); + garp_attr_destroy(app, attr); + } +} + static int garp_pdu_init(struct garp_applicant *app) { struct sk_buff *skb; @@ -612,6 +625,7 @@ void garp_uninit_applicant(struct net_device *dev, struct garp_application *appl spin_lock_bh(&app->lock); garp_gid_event(app, GARP_EVENT_TRANSMIT_PDU); + garp_attr_destroy_all(app); garp_pdu_queue(app); spin_unlock_bh(&app->lock); -- 2.30.2