stat.hpp defines TIME_LENGTH as 32, and various stat functions calculate
strings based on that length.

Somewhere along the line in 3.0, the CStat::formatTime changed the way
it calculates its string to use a width of 39 bytes (if time is
displayed in non-microsecond), so that function is corrupting other stat
data when the array is overrun.

So TIME_LENGTH needs to be defined at least to 40.

-Scott


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to