diff options
author | CQ Tang <cq.tang@intel.com> | 2013-03-18 11:02:21 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-28 12:06:03 -0700 |
commit | 84bde6521f50d67ecdb52777da3901430470bd5d (patch) | |
tree | e67312dab8c1c1a23ad211c700b7bbb3cb9c78e5 /ipc/mq_sysctl.c | |
parent | 611f2aaf1f4de0ab50d0a3dabfb1759d13f65cf9 (diff) | |
download | kernel_samsung_smdk4412-84bde6521f50d67ecdb52777da3901430470bd5d.zip kernel_samsung_smdk4412-84bde6521f50d67ecdb52777da3901430470bd5d.tar.gz kernel_samsung_smdk4412-84bde6521f50d67ecdb52777da3901430470bd5d.tar.bz2 |
x86-64: Fix the failure case in copy_user_handle_tail()
commit 66db3feb486c01349f767b98ebb10b0c3d2d021b upstream.
The increment of "to" in copy_user_handle_tail() will have incremented
before a failure has been noted. This causes us to skip a byte in the
failure case.
Only do the increment when assured there is no failure.
Signed-off-by: CQ Tang <cq.tang@intel.com>
Link: http://lkml.kernel.org/r/20130318150221.8439.993.stgit@phlsvslse11.ph.intel.com
Signed-off-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'ipc/mq_sysctl.c')
0 files changed, 0 insertions, 0 deletions