The Wayback Machine - https://web.archive.org/web/20241227074611/https://github.com/gorhill/uBlock/compare/1.61.0...1.61.2
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gorhill/uBlock
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.61.0
Choose a base ref
...
head repository: gorhill/uBlock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.61.2
Choose a head ref
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 19, 2024

  1. Fix potential infinite async loop

    Related issue:
    https://bugzilla.mozilla.org/show_bug.cgi?id=1929326
    
    As identified by @Rob--W:
    https://bugzilla.mozilla.org/show_bug.cgi?id=1929326#c9
    
    Truncated or otherwise corrupted asset content in extension storage
    could lead to infinite async loop causing high CPU usage in uBO and
    its workers.
    
    Likely related to the issue of the asset content returned as
    `undefined`:
    https://github.com/gorhill/uBlock/blob/652f1787878ba434c3a65287afcd84082c409397/src/js/cachestorage.js#L98
    gorhill committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    cf96b62 View commit details
    Browse the repository at this point in the history
  2. Better handle unexpected conditions when deserializing

    For example, when deserialzing from corrupted storage.
    gorhill committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    d82c6c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e99992 View commit details
    Browse the repository at this point in the history
  4. Address workflow warnings

    gorhill committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    3b70123 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f18a9a2 View commit details
    Browse the repository at this point in the history
Loading