commit | 84ce981a076c6b2d3efec66bf92a91d1aa80c983 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Sat Jul 10 04:31:11 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 12 20:21:43 2010 -0700 |
tree | 901ef430a4acbab2e2d92a15f7146b9e709e3eb0 | |
parent | 5c4bfa17f3ec46becec4b23d12323f7605ebd696 [diff] |
isdn: fix strlen() usage There was a missing "else" statement so the original code overflowed if ->master->name was too long. Also the ->slave and ->master buffers can hold names with 9 characters and a NULL so I cleaned it up to allow another character. Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>