Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354106
b: refs/heads/master
c: 9814a87
h: refs/heads/master
v: v3
  • Loading branch information
Chen Gang authored and Greg Kroah-Hartman committed Jan 21, 2013
1 parent b0f37d8 commit b092415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ec7e0aef31e2eece787f7c49df1f031f2a983265
refs/heads/master: 9814a8750e7af236030c237a98bba79f5eb3c214
2 changes: 1 addition & 1 deletion trunk/drivers/staging/tidspbridge/pmgr/dbll.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b092415

Please sign in to comment.