cf: fix buffer overflow with long response-text #240

This commit is contained in:
Kaian 2018-04-11 15:32:16 +02:00
parent 731b15eb15
commit c5f6b4e31a
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ call_flow_draw_message(ui_t *ui, call_flow_arrow_t *arrow, int cline)
WINDOW *flow_win;
sdp_media_t *media;
const char *callid;
char msg_method[128];
char msg_method[SIP_ATTR_MAXLEN];
char msg_time[80];
address_t src;
address_t dst;