You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Snappy has a potential maximum overhead of size/6+32 according to
http://code.google.com/p/snappy/source/browse/trunk/snappy.cc#55, while the
current code assumes size/8+128+3, which could be too small in some
circumstances.
Here's a patch to fix that.
Original issue reported on code.google.com by [email protected] on 6 Jun 2011 at 6:12
Original issue reported on code.google.com by
[email protected]
on 6 Jun 2011 at 6:12Attachments:
The text was updated successfully, but these errors were encountered: