commit | bf0d6e4a1138e71cafdbbb99cde430eee50c4ff1 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Tue May 06 14:28:32 2014 +0300 |
committer | Philipp Reisner <philipp.reisner@linbit.com> | Thu Jul 10 18:35:23 2014 +0200 |
tree | 42be197cc003ef248360e85581d974463d4a45cb | |
parent | 1e39152fea2dccd1af6479aa1a036201886f0743 [diff] |
drbd: silence underflow warning in read_in_block() My static checker warns that "data_size" could be negative and underflow the limit check. The code looks suspicious but I don't know if it is a real bug. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>