]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Do not use sizeof to calculate size of a heap allocated character array.
authorJeff Peeler <jpeeler@digium.com>
Mon, 21 Jun 2010 20:37:47 +0000 (20:37 +0000)
committerJeff Peeler <jpeeler@digium.com>
Mon, 21 Jun 2010 20:37:47 +0000 (20:37 +0000)
commit8d6239cf93a6f798b5a511d42fd400fad260056f
tree4ccd3ab1b581a26347bb8fe70d6ca5aa5008ffc9
parenta9d20856d1dbb3777af03e506f5773c4aedec7df
Do not use sizeof to calculate size of a heap allocated character array.

Change left out from 271399.

(closes issue #16053)
Reported by: diLLec

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@271552 65c4cc65-6c06-0410-ace0-fbb531ad65f3
pbx/pbx_ael.c