HomeFreeBSD

libalias: Avoid uninitialized expiration

Description

libalias: Avoid uninitialized expiration

The expiration time of direct address mappings is explicitly
uninitialized. Expire times are always compared during housekeeping.
Despite the uninitialized value does not harm, it's simpler to just
set it to a reasonable default. This was detected during valgrinding
the test suite.

MFC after: 3 days

Details

Provenance
donnerAuthored on Jul 2 2021, 11:02 PM
Parents
rG5866c369e4fd: Revert libunwind change to fix backtrace segfault on aarch64
Branches
Unknown
Tags
Unknown