Dan Carpenter f417f5e4ba 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>
2010-09-06 18:29:19 -07:00
..
2010-08-15 01:06:31 -04:00
2010-08-13 12:03:24 -07:00
2010-09-06 18:29:19 -07:00
2010-08-12 04:14:32 +01:00
2010-08-15 17:32:47 -07:00
2010-09-06 18:29:18 -07:00
2010-07-26 08:05:31 -07:00
2010-07-27 12:40:54 +02:00