summaryrefslogtreecommitdiff
path: root/contrib/scripts
diff options
context:
space:
mode:
authorSteve Davies <steve@one47.co.uk>2015-04-28 11:38:30 +0100
committerJoshua Colp <jcolp@digium.com>2015-04-28 06:57:44 -0500
commit5e9658482926041708c54c3916443ba4da477e3f (patch)
tree78c29b351c44a6082db6ab472ca126583f1abffa /contrib/scripts
parentb2153f1f498cb57571e7587ef241ddd86ba167ad (diff)
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
Diffstat (limited to 'contrib/scripts')
0 files changed, 0 insertions, 0 deletions