diff options
author | Xie He <xie.he.0141@gmail.com> | 2020-12-31 20:43:31 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-01-05 00:42:41 +0300 |
commit | b40f97b91a3b167ab22c9e9f1ef00b1615ff01e9 (patch) | |
tree | 53ad9a4b54b8276eccedcc4bb643423d4cb760ac /net/unix/af_unix.c | |
parent | e80bd76fbf563cc7ed8c9e9f3bbcdf59b0897f69 (diff) | |
download | linux-b40f97b91a3b167ab22c9e9f1ef00b1615ff01e9.tar.xz |
net: lapb: Decrease the refcount of "struct lapb_cb" in lapb_device_event
In lapb_device_event, lapb_devtostruct is called to get a reference to
an object of "struct lapb_cb". lapb_devtostruct increases the refcount
of the object and returns a pointer to it. However, we didn't decrease
the refcount after we finished using the pointer. This patch fixes this
problem.
Fixes: a4989fa91110 ("net/lapb: support netdev events")
Cc: Martin Schiller <ms@dev.tdt.de>
Signed-off-by: Xie He <xie.he.0141@gmail.com>
Link: https://lore.kernel.org/r/20201231174331.64539-1-xie.he.0141@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions