From owner-freebsd-bugs@freebsd.org Wed Jan 22 06:46:49 2020 Return-Path: Delivered-To: freebsd-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0900F22F271 for ; Wed, 22 Jan 2020 06:46:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 482bY46Y4vz4fgh for ; Wed, 22 Jan 2020 06:46:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id E0C7922F270; Wed, 22 Jan 2020 06:46:48 +0000 (UTC) Delivered-To: bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E083122F26F for ; Wed, 22 Jan 2020 06:46:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 482bY45gMLz4fgg for ; Wed, 22 Jan 2020 06:46:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BDF182172A for ; Wed, 22 Jan 2020 06:46:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 00M6kmPe057966 for ; Wed, 22 Jan 2020 06:46:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 00M6kmdP057965 for bugs@FreeBSD.org; Wed, 22 Jan 2020 06:46:48 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 243500] segfault in libcrypto at ssleay_rand_bytes () Date: Wed, 22 Jan 2020 06:46:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 11.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: adamrosas1972@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jan 2020 06:46:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243500 Bug ID: 243500 Summary: segfault in libcrypto at ssleay_rand_bytes () Product: Base System Version: 11.3-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: misc Assignee: bugs@FreeBSD.org Reporter: adamrosas1972@gmail.com when building UnrealIRCd from source on FreeBSD 11.2, 11.3 or in a FreeNAS = jail=20 upon running the program segfaults, installing pkg openssl-1.1.1d and rebuilding fixes the segfault. Starting program: /usr/home/ircd/src/src/ircd Breakpoint 1, main (argc=3D1, argv=3D0x7fffffffeae0) at ircd.c:945 945 gettimeofday(&timeofday_tv, NULL); Current language: auto; currently minimal (gdb) n 946 timeofday =3D timeofday_tv.tv_sec; (gdb) n 948 safe_strdup(configfile, CONFIGFILE); (gdb) n 950 init_random(); /* needs to be done very early!! */ (gdb) n Program received signal SIGSEGV, Segmentation fault. 0x0000000800d0ee6e in ssleay_rand_bytes () from /lib/libcrypto.so.8 --=20 You are receiving this mail because: You are the assignee for the bug.=