Browse Source

fixed crash

pull/163/head
orignal 9 years ago
parent
commit
ccb4e967cf
  1. 1
      I2NPProtocol.h

1
I2NPProtocol.h

@ -145,6 +145,7 @@ namespace tunnel @@ -145,6 +145,7 @@ namespace tunnel
void Align (size_t alignment)
{
if (len + alignment > maxLen) return;
size_t rem = ((size_t)GetBuffer ()) % alignment;
if (rem)
{

Loading…
Cancel
Save