[Home]

Summary:ASTERISK-10392: [patch] useless buffer in zt_write()
Reporter:Guillaume Knispel (gknispel_proformatique)Labels:
Date Opened:2007-09-26 12:37:07Date Closed:2007-09-26 13:24:34
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Channels/chan_zap
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) fix_zt_write.patch
Description:unsigned char outbuf[4096];
is unused in zt_write() in chan_zap, but for its sizeof.
Comments:By: Digium Subversion (svnbot) 2007-09-26 13:17:19

Repository: asterisk
Revision: 83879

------------------------------------------------------------------------
r83879 | tilghman | 2007-09-26 13:17:18 -0500 (Wed, 26 Sep 2007) | 2 lines

Remove unused 4k of memory on the program stack (closes issue ASTERISK-10392)

------------------------------------------------------------------------

By: Digium Subversion (svnbot) 2007-09-26 13:24:34

Repository: asterisk
Revision: 83880

------------------------------------------------------------------------
r83880 | tilghman | 2007-09-26 13:24:34 -0500 (Wed, 26 Sep 2007) | 10 lines

Merged revisions 83879 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r83879 | tilghman | 2007-09-26 13:35:56 -0500 (Wed, 26 Sep 2007) | 2 lines

Remove unused 4k of memory on the program stack (closes issue ASTERISK-10392)

........

------------------------------------------------------------------------