Merge 3.9-rc3 into tty-next

This commit is contained in:
Greg Kroah-Hartman
2013-03-21 16:07:34 -07:00
355 changed files with 2597 additions and 1655 deletions

View File

@@ -902,7 +902,9 @@ isdn_tty_send_msg(modem_info *info, atemu *m, char *msg)
int j;
int l;
l = strlen(msg);
l = min(strlen(msg), sizeof(cmd.parm) - sizeof(cmd.parm.cmsg)
+ sizeof(cmd.parm.cmsg.para) - 2);
if (!l) {
isdn_tty_modem_result(RESULT_ERROR, info);
return;