[Bug 239029] net/spoofer: fix arc4random_stir #ifdef to build on freebsd 13

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jul 7 09:29:31 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239029

            Bug ID: 239029
           Summary: net/spoofer: fix arc4random_stir #ifdef to build on
                    freebsd 13
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: mjl at luckie.org.nz

Created attachment 205559
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=205559&action=edit
use the arc4random_stir macro

freebsd 13+ doesn't have arc4random_stir.  The spoofer system has configure
logic to detect the presence of arc4random_stir but the C++ code currently
doesn't use the logic correctly.  This patch should fix the issue.

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


More information about the freebsd-ports-bugs mailing list