]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
staging: gigaset: fix illegal free on probe errors
authorJohan Hovold <johan@kernel.org>
Mon, 2 Dec 2019 08:56:09 +0000 (09:56 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Dec 2019 19:06:58 +0000 (20:06 +0100)
commit8843945d477a0decd51d8a0882ab03bfc97e7bc8
treef16881d2ec57735fd5a1db6ee6e50a4605963bb1
parent21bd5e89949598c28beba844c0cbdfbd27c00a92
staging: gigaset: fix illegal free on probe errors

commit 84f60ca7b326ed8c08582417493982fe2573a9ad upstream.

The driver failed to initialise its receive-buffer pointer, something
which could lead to an illegal free on late probe errors.

Fix this by making sure to clear all driver data at allocation.

Fixes: 2032e2c2309d ("usb_gigaset: code cleanup")
Cc: stable <stable@vger.kernel.org> # 2.6.33
Cc: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://lore.kernel.org/r/20191202085610.12719-3-johan@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/isdn/gigaset/usb-gigaset.c