Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269781
b: refs/heads/master
c: dd2351d
h: refs/heads/master
i:
  269779: b2bee0c
v: v3
  • Loading branch information
Rob Clark authored and Dave Airlie committed Oct 19, 2011
1 parent 303dbe4 commit c1b7ec0
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 017ed8012e74ca15748863f45d2c078453026a0a
refs/heads/master: dd2351da7c438eb3d5f64a161cf3483648725dcd
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/drm_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,8 @@ long drm_ioctl(struct file *filp,
goto err_i1;
}
}
if (asize > usize)
memset(kdata + usize, 0, asize - usize);
}

if (cmd & IOC_IN) {
Expand Down

0 comments on commit c1b7ec0

Please sign in to comment.