mirror-linux/drivers/input
Dan Carpenter eb988e46da Input: synaptics-rmi4 - fix use after free in rmi_unregister_function()
The put_device() calls rmi_release_function() which frees "fn" so the
dereference on the next line "fn->num_of_irqs" is a use after free.
Move the put_device() to the end to fix this.

Fixes: 24d28e4f12 ("Input: synaptics-rmi4 - convert irq distribution to irq_domain")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://lore.kernel.org/r/706efd36-7561-42f3-adfa-dd1d0bd4f5a1@moroto.mountain
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2023-10-29 02:54:52 +00:00
..
gameport Input: gameport - add ISA and HAS_IOPORT dependencies 2023-07-05 17:32:34 -07:00
joystick Linux 6.4 2023-07-17 09:20:46 -07:00
keyboard Input: tegra-kbc - use device_get_match_data() 2023-10-13 20:18:43 -07:00
misc Input: axp20x-pek - avoid needless newline removal 2023-09-30 09:35:31 -07:00
mouse Input: navpoint - convert to platform remove callback returning void 2023-09-23 19:16:45 -07:00
rmi4 Input: synaptics-rmi4 - fix use after free in rmi_unregister_function() 2023-10-29 02:54:52 +00:00
serio Input: xilinx_ps2 - convert to platform remove callback returning void 2023-09-23 19:28:15 -07:00
tablet Input: pegasus-notetaker - check pipe type when probing 2023-04-09 19:19:14 -07:00
tests Input: tests - add test to cover all input_grab_device() function 2023-05-23 14:50:28 -07:00
touchscreen Input: cyttsp5 - add handling for vddio regulator 2023-10-27 16:20:38 -07:00
Kconfig Input: tests - modular KUnit tests should not depend on KUNIT=y 2023-05-02 10:39:00 -07:00
Makefile Input: Add KUnit tests for some of the input core helper functions 2023-04-01 22:47:04 -07:00
apm-power.c
evbug.c
evdev.c Input: evdev - annotate struct evdev_client with __counted_by 2023-09-30 09:24:16 -07:00
ff-core.c
ff-memless.c
input-compat.c
input-compat.h
input-core-private.h
input-leds.c Input: leds - annotate struct input_leds with __counted_by 2023-09-30 09:24:16 -07:00
input-mt.c
input-poller.c
input-poller.h
input.c Linux 6.4 2023-07-17 09:20:46 -07:00
joydev.c
matrix-keymap.c
mousedev.c
sparse-keymap.c
touchscreen.c
vivaldi-fmap.c