mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-01-13 02:43:54 +08:00
wrong buffer!
This commit is contained in:
parent
83621b58e8
commit
b5923696cd
@ -616,7 +616,7 @@ struct Auth_Data {
|
||||
//Todo make a signature
|
||||
std::vector<uint8_t> signature = sign_auth_data(app_ticket_key, tickedData, total_size_without_siglen);
|
||||
if (signature.size() == STEAM_APPTICKET_SIGLEN) {
|
||||
memcpy(tickedData.data() + total_size_without_siglen, signature.data(), signature.size());
|
||||
memcpy(buffer.data() + total_size_without_siglen, signature.data(), signature.size());
|
||||
|
||||
#ifndef EMU_RELEASE_BUILD
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user