linux_old1/drivers/isdn/hardware/eicon
Dan Carpenter c2dddf9414 eicon: make buffer larger
In diva_mnt_add_xdi_adapter() we do this:
  strcpy (clients[id].drvName,     tmp);
  strcpy (clients[id].Dbg.drvName, tmp);

The "clients[id].drvName" is a 128 character buffer and
"clients[id].Dbg.drvName" was originally a 16 character buffer but I've
changed it to 128 as well.  We don't actually use 128 characters but we
do use more than 16.

I've also changed the size of "tmp" to 128 characters instead of 256.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-10-06 23:30:39 -07:00
..
Kconfig Use menuconfig objects: ISDN: CONFIG_CAPI_EICON 2007-07-17 10:23:06 -07:00
Makefile
adapter.h
capi20.h
capidtmf.c
capidtmf.h
capifunc.c Spelling fix: explicitly 2007-10-19 23:22:55 +02:00
capifunc.h
capimain.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
cardtype.h
cp_vers.h
dadapter.c
dadapter.h
debug.c eicon: make buffer larger 2010-10-06 23:30:39 -07:00
debug_if.h
debuglib.c Typoes: "whith" -> "with" 2008-02-03 15:14:02 +02:00
debuglib.h eicon: make buffer larger 2010-10-06 23:30:39 -07:00
dfifo.h
di.c tree-wide: fix assorted typos all over the place 2009-12-04 15:39:55 +01:00
di.h
di_dbg.h
di_defs.h
did_vers.h
diddfunc.c
diva.c Remove pointless casts from void pointers 2008-02-06 10:41:01 -08:00
diva.h
diva_didd.c proc_fops: convert drivers/isdn/ to seq_file 2010-01-14 03:10:54 -08:00
diva_dma.c
diva_dma.h
diva_pci.h
divacapi.h
divamnt.c isdn: autoconvert trivial BKL users to private mutex 2010-07-12 20:21:47 -07:00
divasfunc.c isdn/diva: fix section mismatch 2007-06-08 17:23:33 -07:00
divasi.c isdn: autoconvert trivial BKL users to private mutex 2010-07-12 20:21:47 -07:00
divasmain.c isdn/hardware/eicon: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) 2010-07-15 19:05:23 -07:00
divasproc.c proc_fops: convert drivers/isdn/ to seq_file 2010-01-14 03:10:54 -08:00
divasync.h Fix occurrences of "the the " 2007-05-09 08:57:56 +02:00
dqueue.c
dqueue.h
dsp_defs.h [PATCH] EICON ISDN: Removed unused definitions for OS_SEEK_* 2006-10-01 00:39:21 -07:00
dsp_tst.h
dspdids.h
dsrv4bri.h
dsrv_bri.h
dsrv_pri.h
entity.h
helpers.h
idifunc.c i4l: leak in eicon/idifunc.c 2007-07-17 10:23:06 -07:00
io.c [PATCH] drivers/isdn: Handcrafted MIN/MAX Macro removal 2006-12-08 08:29:01 -08:00
io.h
istream.c [PATCH] drivers/isdn: Handcrafted MIN/MAX Macro removal 2006-12-08 08:29:01 -08:00
kst_ifc.h
maintidi.c Merge branch 'for-next' into for-linus 2009-12-07 18:36:35 +01:00
maintidi.h
man_defs.h
mdm_msg.h
message.c i4l: change magic numbers in Eicon DIVA ISDN driver to symbolic names 2010-03-15 15:47:02 -07:00
mi_pc.h
mntfunc.c
os_4bri.c ISDN: ARRAY_SIZE changes 2009-07-25 20:23:05 +02:00
os_4bri.h
os_bri.c fix similar typos to successfull 2009-01-08 08:31:15 -08:00
os_bri.h
os_capi.h
os_pri.c fix similar typos to successfull 2009-01-08 08:31:15 -08:00
os_pri.h
pc.h
pc_init.h
pc_maint.h
pkmaint.h
platform.h header cleaning: don't include smp_lock.h when not used 2007-05-08 11:15:07 -07:00
pr_pc.h
s_4bri.c
s_bri.c
s_pri.c
sdp_hdr.h
um_idi.c
um_idi.h
um_xdi.h
xdi_adapter.h
xdi_msg.h
xdi_vers.h