]> Gentwo Git Trees - linux/.git/commit
HID: hid-ntrig: Prevent memory leak in ntrig_report_version()
authorMasami Ichikawa <masami256@gmail.com>
Sun, 21 Sep 2025 05:31:02 +0000 (14:31 +0900)
committerJiri Kosina <jkosina@suse.com>
Fri, 31 Oct 2025 08:57:10 +0000 (09:57 +0100)
commit53f731f5bba0cf03b751ccceb98b82fadc9ccd1e
tree7f1a6388bd663da1beea3be1de7217aefd2e977d
parent4d3a13afa8b64dc49293b3eab3e7beac11072c12
HID: hid-ntrig: Prevent memory leak in ntrig_report_version()

Use a scope-based cleanup helper for the buffer allocated with kmalloc()
in ntrig_report_version() to simplify the cleanup logic and prevent
memory leaks (specifically the !hid_is_usb()-case one).

[jkosina@suse.com: elaborate on the actual existing leak]
Fixes: 185c926283da ("HID: hid-ntrig: fix unable to handle page fault in ntrig_report_version()")
Signed-off-by: Masami Ichikawa <masami256@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/hid-ntrig.c