[Home]

Summary:ASTERISK-02813: [patch] cli.c tweaks
Reporter:Brian West (bkw918)Labels:
Date Opened:2004-11-14 21:41:14.000-0600Date Closed:2008-01-15 15:14:14.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) cli.diff.txt
Description:Here ya go... disclaimer on file.
Comments:By: Brian West (bkw918) 2004-11-14 21:43:58.000-0600

this fixes that anoying thing under valgrind when pressing tab the first time cause it to go crazy.  Anyway its fixed now with this patch.

By: Clod Patry (junky) 2004-11-17 12:16:53.000-0600

so valgrind want all variables initializing when declaring.
that's good to know.

By: Brian West (bkw918) 2004-11-17 12:56:13.000-0600

Well I would consider it good coding style to do it... :P

By: Mark Spencer (markster) 2004-11-17 14:27:46.000-0600

Fixed in CVS

By: Russell Bryant (russell) 2004-11-17 22:52:28.000-0600

fixed in 1.0 - will be in 1.0.3

By: Digium Subversion (svnbot) 2008-01-15 15:14:14.000-0600

Repository: asterisk
Revision: 4284

U   trunk/cli.c

------------------------------------------------------------------------
r4284 | markster | 2008-01-15 15:14:13 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix initialization of CLI (bug ASTERISK-2813)

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

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