[Bug 269979] net/megacmd: v1.5.0 broken (core dump during start)

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 06 Mar 2023 12:57:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269979

Fernando ApesteguĂ­a <fernape@FreeBSD.org> changed:

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

--- Comment #1 from Fernando ApesteguĂ­a <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=0x10,
data=data@entry=0x7fffffffd090) at sha.cpp:424
424         memcpy(T, state, sizeof(T));
(gdb) p state
$1 = (CryptoPP::word32 *) 0x10
(gdb) p *state
Cannot access memory at address 0x10

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