mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 03:13:10 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 65aa7f4578 |
@@ -557,7 +557,7 @@ bool AuthSocket::_HandleLogonProof()
|
||||
A.SetBinary(lp.A, 32);
|
||||
|
||||
// SRP safeguard: abort if A == 0
|
||||
if (A.isZero())
|
||||
if ((A % N).isZero())
|
||||
{
|
||||
socket().shutdown();
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user