]> git.baikalelectronics.ru Git - kernel.git/commit
isdn: cleanup: make buffer smaller
authorDan Carpenter <error27@gmail.com>
Sat, 4 Sep 2010 08:33:03 +0000 (08:33 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Sep 2010 01:29:19 +0000 (18:29 -0700)
commit174e639c4cb98e1b859096b80930dee37952c7ff
tree4142b1329e245ad62a144e0e6fedd64554b9af00
parent450b83e614f707b998be4587ee312a675c015e4f
isdn: cleanup: make buffer smaller

This showed up in my audit because we use strcpy() to copy "ds" into a
32 character buffer inside the isdn_tty_dial() function.  But it turns
out that we only ever use the first 32 characters so it's OK.  I have
changed the declaration to make the static checkers happy.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/i4l/isdn_tty.c