Commit Graph

7 Commits

Author SHA1 Message Date
Bill Meier 164b0e4a9d When searching a list, validate pointer before (not after) trying to use it.
In this particular case, the code logic may ensure that
 the search thru the list never hits the end of the list so that a
 crash because of an attempt to deref a NULL pointer never happens.

Issue found via msvc level 4 warning "code not reachable".

svn path=/trunk/; revision=35706
2011-01-30 21:56:05 +00:00
Gerald Combs 4d902b5c5b Remove an unused include.
svn path=/trunk/; revision=35129
2010-12-06 18:29:46 +00:00
Jeff Morriss a1925522db Remove unnecessary include: register.h
svn path=/trunk/; revision=34194
2010-09-23 06:08:19 +00:00
Guy Harris cde1496de2 Squelch some compiler warnings.
svn path=/trunk/; revision=32074
2010-03-01 23:43:47 +00:00
Balint Reczey 8022776680 Disable MEGACO service response time statistics when context tracking is disabled.
svn path=/trunk/; revision=27167
2009-01-06 14:42:20 +00:00
Balint Reczey c466d8ca43 Removed obsolete GTK includes.
svn path=/trunk/; revision=27144
2008-12-31 18:28:41 +00:00
Balint Reczey ae51123939 Service response time statistics for MEGACO (CLI part).
Refactored GUI part to avoid code duplication.

svn path=/trunk/; revision=27143
2008-12-31 17:47:36 +00:00