HomeFreeBSD

security/samhain: don't use sbrk

Description

security/samhain: don't use sbrk

Samhain has an internal malloc implementation that uses sbrk and malloc.
There's a fallback during initialization if sbrk fails so replace sbrk
calls with a function that return the failure value ((void *)-1).

PR: 275646
Approved by: freebsd@gregv.net (maintainer)

Details

Provenance
brooksAuthored on Dec 5 2023, 11:52 PM
Parents
R11:04af7fb01c4a: games/rocksndiamonds: Update to 4.4.0.4
Branches
Unknown
Tags
Unknown