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: aio-libs/multidict
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.6.2
Choose a base ref
...
head repository: aio-libs/multidict
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.6.3
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Jun 30, 2025

  1. Fixed inconsistencies generated by _md_shrink. (#1229)

    This is causing assertion failures in ASSERT_CONSISTENT if an entry used
    to have a non null identity. Since the new entries will be concentrated
    at the beginning of the array, we shall "erase" the old entries that are
    at the end of the array and that won't be used anymore.
    
    This is enough to fix the core dump issues found in the testsuite of
    httpie in Fedora Rawhide (see
    #1195 (comment))
    Romain-Geissler-1A authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    ac62105 View commit details
    Browse the repository at this point in the history
  2. Bump to 6.6.3 (#1230)

    asvetlov authored Jun 30, 2025
    5 Configuration menu
    Copy the full SHA
    dbd686f View commit details
    Browse the repository at this point in the history
Loading