From: Tilman Schmidt <tilman@imap.cc>
To: netdev@vger.kernel.org
Cc: David Miller <davem@davemloft.net>, Dave Jones <davej@redhat.com>,
Hansjoerg Lipp <hjlipp@web.de>,
Karsten Keil <isdn@linux-pingi.de>,
isdn4linux@listserv.isdn4linux.de
Subject: [PATCH 00/12] Coverity patches for drivers/isdn
Date: Sat, 11 Oct 2014 13:46:29 +0200 (CEST) [thread overview]
Message-ID: <cover.1413021630.git.tilman@imap.cc> (raw)
Here's a series of patches for the ISDN CAPI subsystem and the
Gigaset ISDN driver.
Patches 1 to 7 are specific fixes for Coverity warnings.
Patches 8 to 11 fix related problems with the handling of invalid
CAPI command codes I noticed while working on this.
Patch 12 fixes an unrelated problem I noticed during the subsequent
regression tests.
It would be great if these could still be merged.
Thanks,
Tilman
Tilman Schmidt (12):
isdn/gigaset: missing break in do_facility_req
isdn/gigaset: make sure controller name is null terminated
isdn/gigaset: limit raw CAPI message dump length
isdn/gigaset: fix NULL pointer dereference
isdn/gigaset: fix non-heap pointer deallocation
isdn/capi: correct capi20_manufacturer argument type mismatch
isdn/capi: prevent index overrun from command_2_index()
isdn/capi: refactor command/subcommand table accesses
isdn/capi: prevent NULL pointer dereference on invalid CAPI command
isdn/capi: handle CAPI 2.0 message parser failures
isdn/capi: don't return NULL from capi_cmd2str()
isdn/gigaset: fix usb_gigaset write_cmd result race
drivers/isdn/capi/capidrv.c | 24 +++++-
drivers/isdn/capi/capiutil.c | 41 ++++++++--
drivers/isdn/capi/kcapi.c | 4 +-
drivers/isdn/gigaset/capi.c | 155 +++++++++++++++++++++++++++++++------
drivers/isdn/gigaset/ev-layer.c | 116 +++++++++++++++++----------
drivers/isdn/gigaset/usb-gigaset.c | 4 +-
include/linux/kernelcapi.h | 2 +-
7 files changed, 265 insertions(+), 81 deletions(-)
--
1.9.2.459.g68773ac
next reply other threads:[~2014-10-11 11:47 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-11 11:46 Tilman Schmidt [this message]
2014-10-11 11:46 ` [PATCH 02/12] isdn/gigaset: make sure controller name is null terminated Tilman Schmidt
2014-10-11 11:46 ` [PATCH 01/12] isdn/gigaset: missing break in do_facility_req Tilman Schmidt
2014-10-11 11:46 ` [PATCH 03/12] isdn/gigaset: limit raw CAPI message dump length Tilman Schmidt
2014-10-11 11:46 ` [PATCH 04/12] isdn/gigaset: fix NULL pointer dereference Tilman Schmidt
2014-10-11 11:46 ` [PATCH 05/12] isdn/gigaset: fix non-heap pointer deallocation Tilman Schmidt
2014-10-11 11:46 ` [PATCH 08/12] isdn/capi: refactor command/subcommand table accesses Tilman Schmidt
2014-10-11 11:46 ` [PATCH 12/12] isdn/gigaset: fix usb_gigaset write_cmd result race Tilman Schmidt
2014-10-11 11:46 ` [PATCH 09/12] isdn/capi: prevent NULL pointer dereference on invalid CAPI command Tilman Schmidt
2014-10-11 11:46 ` [PATCH 07/12] isdn/capi: prevent index overrun from command_2_index() Tilman Schmidt
2014-10-11 11:46 ` [PATCH 10/12] isdn/capi: handle CAPI 2.0 message parser failures Tilman Schmidt
2014-10-11 11:46 ` [PATCH 11/12] isdn/capi: don't return NULL from capi_cmd2str() Tilman Schmidt
2014-10-11 11:46 ` [PATCH 06/12] isdn/capi: correct capi20_manufacturer argument type mismatch Tilman Schmidt
2014-10-14 19:05 ` [PATCH 00/12] Coverity patches for drivers/isdn David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1413021630.git.tilman@imap.cc \
--to=tilman@imap.cc \
--cc=davej@redhat.com \
--cc=davem@davemloft.net \
--cc=hjlipp@web.de \
--cc=isdn4linux@listserv.isdn4linux.de \
--cc=isdn@linux-pingi.de \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).