Closed rjernst closed 10 years ago
By always initializing seen to to the beginning of the buffer, instead of using the given offset, the reuse of the hash table can, in rare cases, cause data corruption. See the provided test case for more details.
seen
Thanks for reporting this & providing fix.
By always initializing
seen
to to the beginning of the buffer, instead of using the given offset, the reuse of the hash table can, in rare cases, cause data corruption. See the provided test case for more details.