diff --git a/[refs] b/[refs] index 8eef0507e1ac..82e3fdb193fc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ec7e0aef31e2eece787f7c49df1f031f2a983265 +refs/heads/master: 9814a8750e7af236030c237a98bba79f5eb3c214 diff --git a/trunk/drivers/staging/tidspbridge/pmgr/dbll.c b/trunk/drivers/staging/tidspbridge/pmgr/dbll.c index 9f07036cd411..c191ae203565 100644 --- a/trunk/drivers/staging/tidspbridge/pmgr/dbll.c +++ b/trunk/drivers/staging/tidspbridge/pmgr/dbll.c @@ -1382,7 +1382,7 @@ void find_symbol_callback(void *elem, void *user_data) offset < context->cur_best_offset) { context->cur_best_offset = offset; context->sym_addr = symbol_addr; - strncpy(context->name, symbol->name, sizeof(context->name)); + strlcpy(context->name, symbol->name, sizeof(context->name)); } return;