Files
asterisk/res
Steve Davies a9b25f035e res_rtp_asterisk: Resolve 2 discrete memory leaks in DTLS
ao2 ref leak in res_rtp_asterisk.c when a DTLS policy is created.
The resources are linked into a table, but the original alloc refs
are never released. ast_strdup leak in rtp_engine.c. If
ast_rtp_dtls_cfg_copy() is called twice on the same destination struct,
a pointer to an alloc'd string is overwritten before the string is free'd.

ASTERISK-25022
Reported by: one47

Change-Id: I62a8ceb8679709f6c3769136dc6aa9a68202ff9b
2015-04-28 06:57:34 -05:00
..
2015-04-12 13:49:40 -05:00
2015-04-13 19:29:00 -06:00
2012-06-15 16:20:16 +00:00
2012-06-25 15:55:25 +00:00