fix several code analysis problems and mask several that are required

This commit is contained in:
Jeff Lenk
2010-09-20 09:25:14 -05:00
parent 0748711434
commit 184f395553
9 changed files with 29 additions and 5 deletions

View File

@@ -413,6 +413,9 @@ TELETONE_API(int) teletone_run(teletone_generation_session_t *ts, const char *cm
*e++ = '\0';
}
do {
if (!p) {
break;
}
if ((next = strchr(p, ',')) != 0) {
*next++ = '\0';
}