Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Mar 2023 12:57:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 269979] net/megacmd: v1.5.0 broken (core dump during start)
Message-ID:  <bug-269979-7788-y6iEVQqykW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-269979-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-269979-7788@https.bugs.freebsd.org/bugzilla/>

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

Fernando Apestegu=C3=ADa <fernape@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |fernape@FreeBSD.org,
                   |                            |jhale@FreeBSD.org

--- Comment #1 from Fernando Apestegu=C3=ADa <fernape@FreeBSD.org> ---
It looks to me that the m_state attribute is not properly initialized. I'm =
not
familiar with the code in security/cryptocpp. Pinging maintainer to see if =
he
can have more info.

CryptoPP::(anonymous namespace)::SHA256_HashBlock_CXX (state=3D0x10,
data=3Ddata@entry=3D0x7fffffffd090) at sha.cpp:424
424         memcpy(T, state, sizeof(T));
(gdb) p state
$1 =3D (CryptoPP::word32 *) 0x10
(gdb) p *state
Cannot access memory at address 0x10

--=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-269979-7788-y6iEVQqykW>