Attention is currently required from: fixeria, laforge.
2 comments:
File src/vty/command.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-17708):
Patch Set #3, 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):
Patch Set #3, Line 3468: strcpy(sync_config, config_file);
Instead of strncpy()/strcpy(), use osmo_strlcpy() or OSMO_STRLCPY_ARRAY()
To view, visit change 37798. To unsubscribe, or for help writing mail filters, visit settings.