Bug 1449228

Summary: crash in ssl3_GatherData
Product: Red Hat Enterprise Linux 7 Reporter: German Parente <gparente>
Component: nssAssignee: nss-nspr-maint <nss-nspr-maint>
Status: CLOSED DUPLICATE QA Contact: BaseOS QE Security Team <qe-baseos-security>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.4CC: hkario, kengert
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-05-10 10:07:26 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description German Parente 2017-05-09 12:53:12 UTC
Description of problem:

This is the same bug than 

Bug 1449161 - crash in ssl3_GatherData

but for RHEL7 component. We have seen a customer where ns-slapd crashed with this stack trace:

"__memcpy_ssse3_back"
 "ssl3_GatherCompleteHandshake"
 "ssl_GatherRecord1stHandshake"
 "ssl_Do1stHandshake"
 "ssl_SecureRecv"
 "ssl_Recv"
 "connection_read_operation"
 "connection_threadmain"
 "_pt_root"
 "start_thread"
 "__clone"


Version-Release number of selected component (if applicable): 

nss-3.28.2-1.6.el7_3.x86_64

I could provide the core file if needed.