Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing GC root in zipAttrsWith #11548

Merged
merged 2 commits into from
Sep 19, 2024

Commits on Sep 19, 2024

  1. Fix missing GC root in zipAttrsWith

    My SNAFU was that I assumed that all the `Value *`s we put in
    `attrsSeen` are already reachable (which they are), but I forgot about
    the `elems` pointer in `ListBuilder`.
    
    Fixes NixOS#11547.
    edolstra committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0c2fdd2 View commit details
    Browse the repository at this point in the history
  2. Use HAVE_BOEHMGC

    Co-authored-by: Robert Hensing <[email protected]>
    edolstra and roberth committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4449b0d View commit details
    Browse the repository at this point in the history