data.
(closes issue #18290)
(closes issue #18602)
Reported by: voipgate, wybecom
Review: https://reviewboard.asterisk.org/r/1076/
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@301845
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
{
char *tmp = ast_strdupa(data), *multicast_type = tmp, *destination, *control;
struct ast_rtp_instance *instance;
- struct ast_sockaddr control_address;
+ struct ast_sockaddr control_address = { .len = 0 };
struct ast_sockaddr destination_address;
struct ast_channel *chan;
format_t fmt = ast_best_codec(format);