Actions
Bug #358
closedPossible stream name truncate
Start date:
10/02/2012
Due date:
% Done:
100%
Estimated time:
Description
When creating a stream, we take the channel_name and append the CPU number like so: "mychan_4" which can possibly add 2 to 4 bytes with a large number of CPU.
If mychan is the size of SYM_NAME_LEN, the snprintf will fail to add the prefix so we have to add, internally, the correct amount of bytes for the suffix.
Actions