1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00
uBlock/src
Raymond Hill 38855b1ff6
Fix testing a 8-bit integer instead of a 32-bit integer in PSL library
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/2002

The code was testing only the LSB of a 32-bit integer to detect
whether the current rule was a wildcard (`*`), while it had to
compare against the whole 32-bit integer.

The breakage occurred when the LSB of an offset to the character
buffer happened to match the ASCII code of `*` (42, 0x2A).

(An offset is used when a label is longer than 4 characters)
2022-02-22 18:53:50 -05:00
..
_locales Update translation strings 2022-02-22 08:47:33 -05:00
css Tone down highlighted ribbon in popup panel 2022-02-18 07:30:34 -05:00
img Add ability to report filter issue from popup panel 2021-11-11 12:49:55 -05:00
js Add command to toggle cosmetic filtering 2022-02-22 08:44:09 -05:00
lib Fix testing a 8-bit integer instead of a 32-bit integer in PSL library 2022-02-22 18:53:50 -05:00
web_accessible_resources Squashed commit of the following: 2022-02-07 07:05:44 -05:00
1p-filters.html Bring dark theme out of experimental status 2022-02-02 15:40:47 -05:00
3p-filters.html Bring dark theme out of experimental status 2022-02-02 15:40:47 -05:00
about.html Correct GitHub link for HSLuv author (#3863) 2022-02-02 16:30:14 -05:00
advanced-settings.html Bring dark theme out of experimental status 2022-02-02 15:40:47 -05:00
asset-viewer.html Bring dark theme out of experimental status 2022-02-02 15:40:47 -05:00
background.html Further work on JS modules 2021-10-07 14:41:29 -04:00
cloud-ui.html Work toward bringing dark theme closer to a stable release 2022-01-30 18:35:26 -05:00
dashboard.html More fine-tuning of default theme 2022-02-03 16:24:48 -05:00
devtools.html Bring dark theme out of experimental status 2022-02-02 15:40:47 -05:00
document-blocked.html Bring dark theme out of experimental status 2022-02-02 15:40:47 -05:00
dyna-rules.html Bring dark theme out of experimental status 2022-02-02 15:40:47 -05:00
logger-ui.html Fix un-themed buttons in logger 2022-02-11 11:08:48 -05:00
no-dashboard.html Bring dark theme out of experimental status 2022-02-02 15:40:47 -05:00
popup-fenix.html Bring dark theme out of experimental status 2022-02-02 15:40:47 -05:00
popup.html Convert punycode.js into an ES module (#3845) 2021-08-22 12:03:59 -04:00
settings.html More CSS fine tuning 2022-02-05 07:42:17 -05:00
shortcuts.html Bring dark theme out of experimental status 2022-02-02 15:40:47 -05:00
support.html Bring dark theme out of experimental status 2022-02-02 15:40:47 -05:00
whitelist.html Bring dark theme out of experimental status 2022-02-02 15:40:47 -05:00