commit | 92b0ca7cb149d20bd97a2ad88d860745045a77dc | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Jul 25 20:04:36 2013 +0300 |
committer | Roland Dreier <roland@purestorage.com> | Wed Jul 31 14:12:08 2013 -0700 |
tree | c1a9fe35174747307bff2938b2e7471fd3c5821d | |
parent | 281d1a9211986cfdccbefcd6128049a0a0d473b2 [diff] |
IB/mlx5: Fix stack info leak in mlx5_ib_alloc_ucontext() We don't set "resp.reserved". Since it's at the end of the struct that means we don't have to copy it to the user. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Eli Cohen <eli@mellanox.com> Signed-off-by: Roland Dreier <roland@purestorage.com>