mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-23 10:52:43 +01:00
Properly reset needle length in unserialized buffer
Possible related issue: https://github.com/uBlockOrigin/uBlock-issues/issues/2925
This commit is contained in:
parent
a2ab313ae2
commit
8ed1ad9c9d
@ -486,6 +486,8 @@ class HNTrieContainer {
|
||||
} else {
|
||||
this.buf32.set(selfie);
|
||||
}
|
||||
// https://github.com/uBlockOrigin/uBlock-issues/issues/2925
|
||||
this.buf[255] = 0;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user