Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Smith <brian@briansmith.org>2016-03-09 06:09:40 +0300
committerDavid Benjamin <davidben@google.com>2016-03-09 22:04:36 +0300
commitd279a21d8c7c39e603dd3d7922afa219fbbc713b (patch)
tree8bbc8afbf8f33d6da2e8079c7606d7c89308e9a5 /decrepit
parent081e3f34a2b324edce50b7a5df9b2e283781af7b (diff)
Avoid potential uninitialized memory read in crypto/ec/p256-x86_64.c.
If the function returns early due to an error, then the coordinates of the result will have their |top| value set to a value beyond what has actually been been written. Fix that, and make it easier to avoid such issues in the future by refactoring the code. As a bonus, avoid a false positive MSVC 64-bit opt build "potentially uninitialized value used" warning. Change-Id: I8c48deb63163a27f739c8797962414f8ca2588cd Reviewed-on: https://boringssl-review.googlesource.com/6579 Reviewed-by: David Benjamin <davidben@google.com>
Diffstat (limited to 'decrepit')
0 files changed, 0 insertions, 0 deletions