commit | 866a92040392d844d151aa6a2ba15be2e6e5df4f | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Fri Jul 03 11:54:28 2015 +0300 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Jul 08 12:41:43 2015 -0400 |
tree | b82349b0bab19a2031fc90dc88d529af28ddcdf2 | |
parent | 5e3c4f907043a7fae1b48e86536dc7b9efa07e29 [diff] |
drm/radeon: fix underflow in r600_cp_dispatch_texture() The "if (pass_size > buf->total)" can underflow so I have changed the type of size and pass_size to unsigned to avoid this problem. Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>