mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fxied crash
This commit is contained in:
@@ -348,7 +348,7 @@ namespace garlic
|
||||
buf += 2;
|
||||
if (tagCount > 0)
|
||||
{
|
||||
decryption->SetTagCount (tagCount);
|
||||
decryption->AddTagCount (tagCount);
|
||||
for (int i = 0; i < tagCount; i++)
|
||||
m_SessionTags[SessionTag(buf + i*32)] = decryption;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user