[asterisk-commits] russell: branch 1.6.0 r175830 - /branches/1.6.0/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sun Feb 15 14:56:55 CST 2009


Author: russell
Date: Sun Feb 15 14:56:55 2009
New Revision: 175830

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=175830
Log:
Blocked revisions 175829 via svnmerge

........
r175829 | russell | 2009-02-15 14:56:27 -0600 (Sun, 15 Feb 2009) | 14 lines

Fix a number of problems with ast_sched_report().

1) It had numerous coding guidelines violations with regards to formatting.

2) It allocated memory using ast_calloc() that was never freed.

3) It didn't check for failure from the allocation.

4) It used sprintf() and strcat() to build the result, doing zero checking to
   prevent writing past the end of the provided buffer.

The function also lacks API documentation, but that has not been addressed in
this commit.

........

Modified:
    branches/1.6.0/   (props changed)

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-blocked' - no diff available.




More information about the asterisk-commits mailing list