commit | eb63192bb8cc0186265aad4f79fa4fd49c22b021 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Oct 29 11:44:16 2014 +0300 |
committer | J. Bruce Fields <bfields@redhat.com> | Wed Oct 29 11:37:42 2014 -0400 |
tree | d3539e13f2abae0d979a09ddb4b14ff683ea7756 | |
parent | ccc6398ea5d58fdedc6caccba0216ab30739773b [diff] |
SUNRPC: off by one in BUG_ON() The m->pool_to[] array has "maxpools" number of elements. It's allocated in svc_pool_map_alloc_arrays() which we called earlier in the function. This test should be >= instead of >. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>