mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
fixed buffer overflow
This commit is contained in:
parent
d8fb0a23c8
commit
42dd8dd72e
@ -253,6 +253,7 @@ namespace ssu
|
||||
while (len > 0)
|
||||
{
|
||||
Fragment * fragment = new Fragment;
|
||||
fragment->fragmentNum = fragmentNum;
|
||||
uint8_t * buf = fragment->buf;
|
||||
fragments.push_back (fragment);
|
||||
uint8_t * payload = buf + sizeof (SSUHeader);
|
||||
|
Loading…
Reference in New Issue
Block a user