Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 914383 - net-misc/ntpsec-1.2.2: segmentation fault in libcrypto.so
Summary: net-misc/ntpsec-1.2.2: segmentation fault in libcrypto.so
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal critical (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PATCH
Depends on: 914444
Blocks: openssl-3.0 CVE-2023-4012
  Show dependency tree
 
Reported: 2023-09-18 13:58 UTC by Reilly Grant
Modified: 2023-09-19 20:38 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Reilly Grant 2023-09-18 13:58:30 UTC
After upgrading to net-misc/ntpsec-1.2.2 I observe a frequent crash in libcrypto.so.3. It appears that a similar bug was reported to the Debian project and fixed in July: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1038422

Can the patch from that fix be included in Gentoo?

Reproducible: Always

Steps to Reproduce:
1. Upgrade from net-misc/ntpsec-1.2.1 to net-misc/ntpsec-1.2.2. 
2. Allow it to run for a period of time.

Actual Results:  
Periodic segmentation faults in libcrypto.so.3.

Expected Results:  
No crashes.
Comment 1 Alfred Wingate 2023-09-19 04:34:48 UTC
https://gitlab.com/NTPsec/ntpsec/-/compare/NTPsec_1_2_2...NTPsec_1_2_2a?from_project_id=553594

Packaging 1.2.2a would include just the fix.
Comment 2 Larry the Git Cow gentoo-dev 2023-09-19 10:56:03 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8710a462e9c3dd6a7fc78440275451677656e63f

commit 8710a462e9c3dd6a7fc78440275451677656e63f
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-09-19 10:53:17 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-09-19 10:55:35 +0000

    net-misc/ntpsec: add 1.2.2a
    
    Closes: https://bugs.gentoo.org/914383
    Signed-off-by: Sam James <sam@gentoo.org>

 net-misc/ntpsec/Manifest             |   2 +
 net-misc/ntpsec/ntpsec-1.2.2a.ebuild | 182 +++++++++++++++++++++++++++++++++++
 net-misc/ntpsec/ntpsec-9999.ebuild   |  41 +++++---
 3 files changed, 213 insertions(+), 12 deletions(-)