Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jan 2019 14:12:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 235297] devel/ElectricFence: posix_memalign() missing
Message-ID:  <bug-235297-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235297

            Bug ID: 235297
           Summary: devel/ElectricFence: posix_memalign() missing
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: topical@gmx.net

The current implementation doesn't handle posix_memalign().=20

Programs using posix_memalign() to allocate memory effectively silently fall
back to the standard implementation. Whenever the program calls free() to
release the memory, the efence implementation is called and barfs that the
memory is unknown, leading to a core dump.

Sadly, many programs use posix_memalign and thus cannot be debugged with
efence.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235297-7788>