Fix buffer overrun in SRP (#7484)
authorred-001 <red-001@outlook.ie>
Tue, 26 Jun 2018 08:02:26 +0000 (09:02 +0100)
committerLoïc Blot <nerzhul@users.noreply.github.com>
Thu, 28 Jun 2018 17:11:01 +0000 (19:11 +0200)
commit85ce23b165839041a238af69ef8ea9a3345505be
tree8426f8ecde0382d728b1042d6ee3e750b62c6ce5
parente66d5e500c187eaf06297348c498f3ba8d7ef738
Fix buffer overrun in SRP (#7484)

The old code got a pointer to the array instead of the first element, this resulted in a buffer overflow when the function was used more than once.
src/util/srp.cpp