Attention is currently required from: neels.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/36545?usp=email )
Change subject: formalize log subsys stripping for vty ......................................................................
Patch Set 1:
(2 comments)
File src/core/logging.c:
https://gerrit.osmocom.org/c/libosmocore/+/36545/comment/6194be9b_913cbcc2 PS1, Line 432: int cat_idx probably a good idea to make it `unsigned`
https://gerrit.osmocom.org/c/libosmocore/+/36545/comment/2b5f6379_831a452e PS1, Line 434: const char *name = log_info->cat[cat_idx].name; add `OSMO_ASSERT(cat_idx < log_info->num_cat)`?