Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Aug 2021 03:33:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 258179] security/sshguard: Stack Overflow on i386 (stable/13) on startup. sshg-blocker dumps core.
Message-ID:  <bug-258179-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 258179
           Summary: security/sshguard: Stack Overflow on i386 (stable/13)
                    on startup. sshg-blocker dumps core.
           Product: Ports & Packages
           Version: Latest
          Hardware: i386
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: john@jmarshall.id.au
                CC: kevinz5000@gmail.com
                CC: kevinz5000@gmail.com
             Flags: maintainer-feedback?(kevinz5000@gmail.com)

security/sshguard 2.4.2
FreeBSD i386 stable/13 (last week)

sshg-blocker dumps core on startup.

auth.log shows:
  sshguard[86952]: stack overflow detected; terminated

Runs happily on amd64 with stable/13 from the same day.

I don't have lldb on the i386 system because it won't build [see bug 257954]
and don't know how to drive it; but got this when I copied the core file to=
 the
amd64 system:

$ lldb -a i386 -c /tmp/sshg-blocker.core
(lldb) target create --core "/tmp/sshg-blocker.core"
Core file '/tmp/sshg-blocker.core' (i386) was loaded.

(lldb) bt all
* thread #1, name =3D 'sshg-blocker', stop reason =3D signal SIGABRT
  * frame #0: 0x20586c8f
    frame #1: 0x205886e0
  thread #2, name =3D 'sshg-blocker', stop reason =3D signal SIGABRT
    frame #0: 0x2058839f
    frame #1: 0x2046231e
(lldb)

--=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-258179-7788>