commit | a343536f8f482be6932803a023f46d0fa723ae56 | [log] [tgz] |
---|---|---|
author | Ferdinand Blomqvist <ferdinand.blomqvist@gmail.com> | Thu Jun 20 17:10:35 2019 +0300 |
committer | Thomas Gleixner <tglx@linutronix.de> | Wed Jun 26 14:55:46 2019 +0200 |
tree | 422e78f437f3c84254c519e51eee8689e673b5c7 | |
parent | 2034a42d1747fc1e1eeef2c6f1789c4d0762cb9c [diff] |
rslib: decode_rs: Fix length parameter check The length of the data load must be at least one. Or in other words, there must be room for at least 1 data and nroots parity symbols after shortening the RS code. Signed-off-by: Ferdinand Blomqvist <ferdinand.blomqvist@gmail.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lkml.kernel.org/r/20190620141039.9874-4-ferdinand.blomqvist@gmail.com