diff --git a/src/shared/Auth/AuthCrypt.cpp b/src/shared/Auth/AuthCrypt.cpp index 7106f57..04f8965 100644 --- a/src/shared/Auth/AuthCrypt.cpp +++ b/src/shared/Auth/AuthCrypt.cpp @@ -34,7 +34,8 @@ void AuthCrypt::DecryptRecv(uint8 *data, size_t len, bool temp) { if (!_initialized) return; //if (len < CRYPTED_RECV_LEN) return; - uint8 ti, tj; + uint8 ti = 0; + uint8 tj = 0; if (temp) { ti = _recv_i;