mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
Fix minor bugs spotted during code review
This commit is contained in:
parent
389d8458e0
commit
f117c280d0
@ -194,6 +194,7 @@ const isHnAnchored = (( ) => {
|
||||
} else {
|
||||
lastEnd = -1;
|
||||
}
|
||||
lastLen = len;
|
||||
}
|
||||
return matchStart < lastEnd && (
|
||||
matchStart === lastBeg ||
|
||||
|
@ -585,7 +585,7 @@
|
||||
}
|
||||
const inputLength = instr.length;
|
||||
const outbuf = arrbuf instanceof ArrayBuffer === false
|
||||
? new Uint32Array(this.decodeSize(instr))
|
||||
? new Uint32Array(this.decodeSize(instr) >> 2)
|
||||
: new Uint32Array(arrbuf);
|
||||
let i = instr.indexOf(' ', this.magic.length) + 1;
|
||||
if ( i === -1 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user