mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-25 15:08:53 +00:00
chan_dahdi: Resolve format truncation warning.
Fixes a format truncation warning in notify_message. ASTERISK-30256 #close Change-Id: I983a423c0214641ca4f8c9dfe0b19c47448fdee1
This commit is contained in:
committed by
George Joseph
parent
5daf32bb14
commit
9bc733758d
@@ -3447,7 +3447,7 @@ struct sig_ss7_callback sig_ss7_callbacks =
|
|||||||
*/
|
*/
|
||||||
static void notify_message(char *mailbox, int thereornot)
|
static void notify_message(char *mailbox, int thereornot)
|
||||||
{
|
{
|
||||||
char s[sizeof(mwimonitornotify) + 80];
|
char s[sizeof(mwimonitornotify) + 164];
|
||||||
|
|
||||||
if (ast_strlen_zero(mailbox)) {
|
if (ast_strlen_zero(mailbox)) {
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user