commit | 63349d02c195030f97c9c2000bbf32539056316f | [log] [tgz] |
---|---|---|
author | Stephan Mueller <smueller@chronox.de> | Sun Oct 18 12:45:18 2015 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Oct 20 22:10:47 2015 +0800 |
tree | b6555ee222c808f802b32031ad272a6e7ad6acfe | |
parent | 4a4b0bad0653a0dce876987f7487b2c5e3ecb05f [diff] |
lib/mpi: fix off by one in mpi_read_raw_from_sgl The patch fixes the analysis of the input data which contains an off by one. The issue is visible when the SGL contains one byte per SG entry. The code for checking for zero bytes does not operate on the data byte. Signed-off-by: Stephan Mueller <smueller@chronox.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>