Attention is currently required from: neels.
2 comments:
File src/core/logging.c:
Patch Set #1, Line 432: int cat_idx
probably a good idea to make it `unsigned`
Patch Set #1, Line 434: const char *name = log_info->cat[cat_idx].name;
add `OSMO_ASSERT(cat_idx < log_info->num_cat)`?
To view, visit change 36545. To unsubscribe, or for help writing mail filters, visit settings.