Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354107
b: refs/heads/master
c: 4b90d01
h: refs/heads/master
i:
  354105: b0f37d8
  354103: 700dabc
v: v3
  • Loading branch information
Chen Gang authored and Greg Kroah-Hartman committed Jan 21, 2013
1 parent b092415 commit 5d7bb10
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: 9814a8750e7af236030c237a98bba79f5eb3c214
refs/heads/master: 4b90d01425468cac50275ce2bd3b35218b56282d
2 changes: 1 addition & 1 deletion trunk/drivers/staging/tidspbridge/pmgr/cod.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ int cod_get_base_name(struct cod_manager *cod_mgr_obj, char *sz_name,
int status = 0;

if (usize <= COD_MAXPATHLENGTH)
strncpy(sz_name, cod_mgr_obj->sz_zl_file, usize);
strlcpy(sz_name, cod_mgr_obj->sz_zl_file, usize);
else
status = -EPERM;

Expand Down

0 comments on commit 5d7bb10

Please sign in to comment.