From: Anthony Minessale Date: Sun, 1 Dec 2013 01:26:12 +0000 (-0600) Subject: FS-6012 --resolve X-Git-Tag: v1.4.1~2^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d050d9ef3caf0d086d36c56add4c571709e62ff7;p=thirdparty%2Ffreeswitch.git FS-6012 --resolve --- diff --git a/src/mod/applications/mod_spandsp/udptl.c b/src/mod/applications/mod_spandsp/udptl.c index 45fa6b6ffc..553e4135e3 100644 --- a/src/mod/applications/mod_spandsp/udptl.c +++ b/src/mod/applications/mod_spandsp/udptl.c @@ -170,8 +170,8 @@ int udptl_rx_packet(udptl_state_t *s, const uint8_t buf[], int len) int count; int total_count; int seq_no; - const uint8_t *msg; - const uint8_t *data; + const uint8_t *msg = NULL; + const uint8_t *data = NULL; int msg_len; int repaired[16]; const uint8_t *bufs[16] = {0};