Revision 7eaf837a4eb5f74561e2486972e7f5184b613f6e authored by Quan Tian on 06 March 2024, 17:24:02 UTC, committed by Pablo Neira Ayuso on 21 March 2024, 11:12:06 UTC
If nft_netdev_register_hooks() fails, the memory associated with
nft_stats is not freed, causing a memory leak.

This patch fixes it by moving nft_stats_alloc() down after
nft_netdev_register_hooks() succeeds.

Fixes: b9703ed44ffb ("netfilter: nf_tables: support for adding new devices to an existing netdev chain")
Signed-off-by: Quan Tian <tianquan23@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
1 parent 4a0e7f2
Raw File
index.rst
.. SPDX-License-Identifier: GPL-2.0

=============================
Sound Subsystem Documentation
=============================

.. toctree::
   :maxdepth: 2

   kernel-api/index
   designs/index
   soc/index
   alsa-configuration
   hd-audio/index
   cards/index

.. only::  subproject and html

   Indices
   =======

   * :ref:`genindex`
back to top