Attention is currently required from: fixeria, laforge.
Jenkins Builder has posted comments on this change by jolly. ( https://gerrit.osmocom.org/c/libosmocore/+/37798?usp=email )
Change subject: After writing VTY config, run sync() in a different thread ......................................................................
Patch Set 3:
(2 comments)
File src/vty/command.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-17708): https://gerrit.osmocom.org/c/libosmocore/+/37798/comment/6361c0d1_b69980a9?u... : PS3, Line 3465: LOGP(DLGLOBAL, LOGL_ERROR, "Failed to allocate memroy, syncing without thread.\n"); 'memroy' may be misspelled - perhaps 'memory'?
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-17708): https://gerrit.osmocom.org/c/libosmocore/+/37798/comment/d3420064_66abb795?u... : PS3, Line 3468: strcpy(sync_config, config_file); Instead of strncpy()/strcpy(), use osmo_strlcpy() or OSMO_STRLCPY_ARRAY()