netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/12] Coverity patches for drivers/isdn
@ 2014-10-11 11:46 Tilman Schmidt
  2014-10-11 11:46 ` [PATCH 02/12] isdn/gigaset: make sure controller name is null terminated Tilman Schmidt
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Tilman Schmidt @ 2014-10-11 11:46 UTC (permalink / raw)
  To: netdev; +Cc: David Miller, Dave Jones, Hansjoerg Lipp, Karsten Keil,
	isdn4linux

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-10-14 19:06 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-11 11:46 [PATCH 00/12] Coverity patches for drivers/isdn Tilman Schmidt
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 03/12] isdn/gigaset: limit raw CAPI message dump length 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 04/12] isdn/gigaset: fix NULL pointer dereference 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 08/12] isdn/capi: refactor command/subcommand table accesses 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 09/12] isdn/capi: prevent NULL pointer dereference on invalid CAPI command 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 07/12] isdn/capi: prevent index overrun from command_2_index() 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

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).