-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Labels
bugSomething isn't workingSomething isn't working
Description
R0uter/gfw_domain_whitelist@bede42e#r37204721
in javascript, the operands of all bitwise operators are converted to signed 32-bit integers in two's complement format, so "172 << 24" is a negative number
in this pac script, we use "result >>> 0" to fix it
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working