commit | efd8eb3226febefd520925ee589b154efd418827 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Tue May 26 17:57:41 2015 -0400 |
committer | Adam Langley <agl@google.com> | Thu May 28 17:22:19 2015 +0000 |
tree | a14c1bb73e688b2d54a889a01b5aa0b27e7c8017 | |
parent | 05ead68a0f1e85feb8300322c0094b8cfd0bb3db [diff] |
Tidy up overflows in obj_cmp. While this isn't really an issue, don't use the a - b comparator pattern since it doesn't account for overflows. (They'll also break silently if that field ever becomes unsigned as it should be.) Change-Id: I613d19df6e4a785efd4cffd46e8b03dbc95b98e2 Reviewed-on: https://boringssl-review.googlesource.com/4890 Reviewed-by: Adam Langley <agl@google.com>