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.
Updated by David Goulet about 12 years ago
- Status changed from Confirmed to Resolved
- % Done changed from 0 to 100
Applied in changeset ce2a9e76964f3bd53abb652299e5b00f824172ff.
Actions