commit | 8cadb01d2c2f520a890d1bc78b45471f21b9b76d | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Thu Mar 09 20:04:57 2017 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Tue Apr 04 19:18:47 2017 +0200 |
tree | 749035104a97b75397e2225f1bb560fcb51e925d | |
parent | 05d2f3ea0dbf0785ab6875a1494cf2f886fa50cd [diff] |
gpu: host1x: Fix potential out-of-bounds access The check for valid syncpoint IDs is off by one. While at it, rewrite the check to make it more easily understandable. Signed-off-by: Thierry Reding <treding@nvidia.com>