Skip to content

fix(deps): update rust crate linked_list_allocator to 0.10.0 - autoclosed#88

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/linked_list_allocator-0.x
Closed

fix(deps): update rust crate linked_list_allocator to 0.10.0 - autoclosed#88
renovate[bot] wants to merge 1 commit intomainfrom
renovate/linked_list_allocator-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 27, 2026

This PR contains the following updates:

Package Type Update Change
linked_list_allocator (source) dependencies minor 0.9.00.10.0

Release Notes

phil-opp/linked-list-allocator (linked_list_allocator)

v0.10.5

Compare Source

  • Remove features const_mut_refs and use_spin_nightly.

    Since rust 1.61, the required const features are available in stable rust, and lock_api >= 0.4.7 automatically uses them.
    To avoid a breaking change, the features are still listed in Cargo.toml, but have no effect and are marked as deprecated.
    This bumps the minimum supported rust version to 1.61.

v0.10.4

Compare Source

v0.10.3

Compare Source

  • Fix build on stable by adding missing field in HoleList initializer (#​68)
    • Fixes a bug introduced in v0.10.2.

v0.10.2

Compare Source

Fix for potential out-of-bound writes that were possible on Heap initialization and Heap::extend. See the security advisory for details. The issues were fixed in the following way:

  • The initialization functions now panic if the given size is not large enough to store the necessary metadata. Depending on the alignment of the heap bottom pointer, the minimum size is between 2 * size_of::<usize> and 3 * size_of::<usize>.
  • The extend method now panics when trying to extend an unitialized heap.
  • Extend calls with a size smaller than size_of::<usize>() * 2 are now buffered internally and not added to the list directly. The buffered region will be merged with future extend calls.
  • The size() method now returns the usable size of the heap, which might be slightly smaller than the top() - bottom() difference because of alignment constraints.

v0.10.1

Compare Source

  • Fixed logic for freeing nodes (#​64)

v0.10.0

Compare Source

  • Changed constructor to take *mut u8 instead of usize (#​62)
    • NOTE: Breaking API change
  • Reworked internals to pass Miri tests (#​62)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update rust crate linked_list_allocator to 0.10.0 fix(deps): update rust crate linked_list_allocator to 0.10.0 - autoclosed Mar 30, 2026
@renovate renovate bot closed this Mar 30, 2026
@renovate renovate bot deleted the renovate/linked_list_allocator-0.x branch March 30, 2026 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants