[Home]

Summary:ASTERISK-02320: app_read.c outputs garbage in console
Reporter:Trevor Peirce (trev)Labels:
Date Opened:2004-09-02 00:56:08Date Closed:2008-01-15 15:06:34.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) read-patch.diff
Description:The Read app outputs garbage in the console if the channel is hung up.  I've attached a small patch that will not output the uninitialised variable to the console if the channel is hung up.
Comments:By: Mark Spencer (markster) 2004-09-02 09:50:06

The patch didn't apply, but i made an equivalent fix *and* fixed the fact that app.c wasn't initializing the string to something logical in the first place.

By: Digium Subversion (svnbot) 2008-01-15 15:06:34.000-0600

Repository: asterisk
Revision: 3711

U   trunk/app.c
U   trunk/apps/app_read.c

------------------------------------------------------------------------
r3711 | markster | 2008-01-15 15:06:33 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix both app_read and underlying read issue (bug ASTERISK-2320)

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

http://svn.digium.com/view/asterisk?view=rev&revision=3711