diff options
author | Dan Carpenter <error27@gmail.com> | 2010-09-04 12:33:03 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-09-07 05:29:19 +0400 |
commit | f417f5e4ba79a08e992c79a4bb84c8a8c5062017 (patch) | |
tree | 4142b1329e245ad62a144e0e6fedd64554b9af00 /drivers/net | |
parent | 017d79ef0073fdb170dcf185dc4c2456a304d659 (diff) | |
download | linux-f417f5e4ba79a08e992c79a4bb84c8a8c5062017.tar.xz |
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>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions