From 40ea953811fb2d3bd07e33b099eb428e79ce16f4 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Thu, 28 Jul 2005 17:42:43 +0000 Subject: [PATCH] add note about fix to LEN git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@6241 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 63a86d6d82..1882b4b38b 100755 --- a/CHANGES +++ b/CHANGES @@ -24,6 +24,9 @@ -- We now ensure buffer policy is restored after RAS is done with a channel. This could cause audio problems on the channel after zapras is done with it. + -- extensions + -- A potential crash has been fixed when calling LEN() to get the length of + a string that was 80 characters or larger. -- logger -- The Asterisk logger will automatically detect when a log file needs to be rotated. However, this feature could put Asterisk in a nasty loop