Collaborative effort to squash these, led by Lee. Thanks everyone!
This is a preliminary commit, which should be sanity-checked by anyone who
has a second, since we'd like to urge people to deploy 4.1.3 as a security
update
hangupServer();
}
if (emsg != "")
- printError(emsg);
+ printError("%s", (const char*) emsg);
}
void
hangupServer();
}
if (emsg != "")
- printError(emsg);
+ printError("%s", (const char*) emsg);
}
bool
hangupServer();
}
if (emsg != "")
- printError(emsg);
+ printError("%s", (const char*) emsg);
}
bool
}
hangupServer();
}
- if (!status) printError(emsg);
+ if (!status) printError("%s", (const char*) emsg);
return (status);
}
hangupServer();
}
if (!status)
- printError(emsg);
+ printError("%s", (const char*) emsg);
return (status);
}
hangupServer();
}
if (emsg != "")
- printError(emsg);
+ printError("%s", (const char*) emsg);
}
}
hangupServer();
}
if (emsg != "")
- printError(emsg);
+ printError("%s", (const char*) emsg);
}
void