summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-11-16 02:20:16 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-11-16 02:20:16 +0000
commita31a587bc0d6115a241fcc523bc76b3de0f3dc0d (patch)
treeb3d64be02c95c7c681ddbe923a0e55a5b4aa3b5d /ChangeLog
parent1fb64fa4bd323675640507d957047c38cab8384c (diff)
issue #5035
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7110 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e6a0d94f7..370dfbaa8 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-11-15 Kevin P. Fleming <kpfleming@limerick.digium.com>
+ * astmm.c (__ast_vasprintf): don't re-use the ap list without copying it; that's not safe on some platforms (issue #5035)
+
* doc/README.backtrace: add note about properly building Asterisk to be able to produce backtraces; wrap text and remove DOS line endings
* channels/chan_sip.c (add_codec_to_sdp): add 'annexb=no' to G.729A SDP (issue #5539)