Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354013
b: refs/heads/master
c: 7c25664
h: refs/heads/master
i:
  354011: b3d3ec4
v: v3
  • Loading branch information
Omar Ramirez Luna authored and Greg Kroah-Hartman committed Jan 18, 2013
1 parent cdc13a8 commit ecb6705
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: f14287b9671d462a54d3b6800832fb519284eb34
refs/heads/master: 7c256647b5ef8094ca3a6f43a442d6d8aac18058
2 changes: 1 addition & 1 deletion trunk/drivers/staging/tidspbridge/rmgr/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ static int get_exec_file(struct cfg_devnode *dev_node_obj,
if (!drv_datap || !drv_datap->base_img)
return -EFAULT;

if (strlen(drv_datap->base_img) > size)
if (strlen(drv_datap->base_img) >= size)
return -EINVAL;

strcpy(exec_file, drv_datap->base_img);
Expand Down

0 comments on commit ecb6705

Please sign in to comment.