]> git.ipfire.org Git - thirdparty/asterisk.git/commit
cdr: Fix 'core show channel' CDR variable truncation. 78/478/4
authorsnuffy <snuffy22@gmail.com>
Fri, 15 May 2015 06:54:26 +0000 (16:54 +1000)
committerJoshua Colp <jcolp@digium.com>
Fri, 15 May 2015 14:59:06 +0000 (09:59 -0500)
commit091b436007c55fbcc827cceb97a414a172aa36af
treeab9cd8f022bcb472978ed2fad0658a41cb634551
parent8697a49ef93dc1356731821c073b78d5f1dc90cb
cdr: Fix 'core show channel' CDR variable truncation.

When the new Bridging API was implemented, the workspace variable
changed to a malloc'd string, causing sizeof() to always be 8 (char).

Revert back to stored on stack string for workspace.

ASTERISK-25090 #close

Change-Id: I51e610ae87371df771ce7693a955510efb90f8f7
main/cdr.c