Debian Patches

Status for rust-fallible-collections/0.5.1-3

Patch Description Author Forwarded Bugs Origin Last update
skip-oom-tests-on-32-bit.patch skip fn try_clone_oom() and tryvec_try_clone_oom tests on 32-bit These tests create a broken vec (one whose apparent size is much larger than
it's actual memory allocation) and try to clone it. The tests assume that
the attempt to clone will fail with an out of memory error.

However, in some 32-bit envrionments, an attempt to allocate isize::MAX
bytes can actually succeed. This results in the code attempting to
actually copy the data from the broken vec which, as one would expect
results in a segfault.
Peter Michael Green <plugwash@debian.org> no 2026-02-06

All known versions for source package 'rust-fallible-collections'

Links