From cf79b627789e2c6434419b71508a296c9ee90539 Mon Sep 17 00:00:00 2001 From: Alexander Traud Date: Mon, 9 Nov 2015 10:01:41 +0100 Subject: ast_format_cap_get_names: To display all formats, the buffer was increased. ASTERISK-25533 #close Change-Id: Ie1a9d1a6511b3f1a56b93d04475fbf8a4e40010a --- apps/app_dumpchan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/app_dumpchan.c b/apps/app_dumpchan.c index 93a65063c..8b32b93dc 100644 --- a/apps/app_dumpchan.c +++ b/apps/app_dumpchan.c @@ -72,7 +72,7 @@ static int serialize_showchan(struct ast_channel *c, char *buf, size_t size) { long elapsed_seconds = 0; int hour = 0, min = 0, sec = 0; - struct ast_str *format_buf = ast_str_alloca(64); + struct ast_str *format_buf = ast_str_alloca(AST_FORMAT_CAP_NAMES_LEN); char cgrp[256]; char pgrp[256]; struct ast_str *write_transpath = ast_str_alloca(256); -- cgit v1.2.3