Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178701
b: refs/heads/master
c: cf0e575
h: refs/heads/master
i:
  178699: 9dbba97
v: v3
  • Loading branch information
Stefan Richter committed Dec 29, 2009
1 parent 69466e5 commit 184aec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: db5d247ae811f49185a71e703b65acad845e4b18
refs/heads/master: cf0e575dcc4cab9fd955e9bec49df7e8ee30a7cf
1 change: 1 addition & 0 deletions trunk/drivers/firewire/core-cdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,7 @@ static int ioctl_send_response(struct client *client, void *buffer)
if (copy_from_user(r->data, u64_to_uptr(request->data),
r->length)) {
ret = -EFAULT;
kfree(r->request);
goto out;
}
fw_send_response(client->device->card, r->request,
Expand Down

0 comments on commit 184aec3

Please sign in to comment.