github-actions[bot] opened issue #13833:
Invalid pointer dereference in
fmt::Pointerimpl forAtomicandSharedwhen the underlying pointer is invalid
Details Package crossbeam-epochVersion 0.9.18URL https://github.com/crossbeam-rs/crossbeam/pull/1276 Date 2026-07-06 Patched versions >=0.9.20Unaffected versions <0.9.0Affected versions of
fmt::Displaydereference the underlying pointer. This causes a invalid pointer dereference e.g., when a pointer created withAtomic::nullorShared::null.fmt::Debugimpls and pre-0.9fmt::Displayimpls, which do not dereference pointers, are not affected by this issue.See advisory page for additional details.
fitzgen closed issue #13833:
Invalid pointer dereference in
fmt::Pointerimpl forAtomicandSharedwhen the underlying pointer is invalid
Details Package crossbeam-epochVersion 0.9.18URL https://github.com/crossbeam-rs/crossbeam/pull/1276 Date 2026-07-06 Patched versions >=0.9.20Unaffected versions <0.9.0Affected versions of
fmt::Displaydereference the underlying pointer. This causes a invalid pointer dereference e.g., when a pointer created withAtomic::nullorShared::null.fmt::Debugimpls and pre-0.9fmt::Displayimpls, which do not dereference pointers, are not affected by this issue.See advisory page for additional details.
Last updated: Jul 29 2026 at 05:03 UTC