diff options
author | Jeremy Erickson <jerickso@cs.unc.edu> | 2014-04-11 13:24:45 -0400 |
---|---|---|
committer | Jeremy Erickson <jerickso@cs.unc.edu> | 2014-04-11 13:24:45 -0400 |
commit | 438145c7ef5c9445f25bb8fc4d52e2c9d11fdc7c (patch) | |
tree | 76941991e36f4a32bf1be0db3854959053f24619 /ipc/shm.c | |
parent | 9ddd1b8ad8abd321964b8add5581910de6d67c2a (diff) |
Update from 2.6.36 to 2.6.36.4wip-dissipation-jerickso
Diffstat (limited to 'ipc/shm.c')
-rw-r--r-- | ipc/shm.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -473,6 +473,7 @@ static inline unsigned long copy_shmid_to_user(void __user *buf, struct shmid64_ | |||
473 | { | 473 | { |
474 | struct shmid_ds out; | 474 | struct shmid_ds out; |
475 | 475 | ||
476 | memset(&out, 0, sizeof(out)); | ||
476 | ipc64_perm_to_ipc_perm(&in->shm_perm, &out.shm_perm); | 477 | ipc64_perm_to_ipc_perm(&in->shm_perm, &out.shm_perm); |
477 | out.shm_segsz = in->shm_segsz; | 478 | out.shm_segsz = in->shm_segsz; |
478 | out.shm_atime = in->shm_atime; | 479 | out.shm_atime = in->shm_atime; |