Skip to content

Conversation

@Linkgoron
Copy link
Contributor

@LinkgoronLinkgoron commented Apr 9, 2021

Fix an issue where adding a session or keylog listener on a tlsSocket after it was destroyed causes a segfault.

fixes: #38133
fixes: #38135

@nodejs-github-botnodejs-github-bot added needs-ci PRs that need a full CI run. tls Issues and PRs related to the tls subsystem. labels Apr 9, 2021
@LinkgoronLinkgoronforce-pushed the tls-fix-call-after-destroy branch 3 times, most recently from 80f37a5 to 68d7662CompareApril 9, 2021 23:18
Fix an issue where adding a session or keylog listener on a tlsSocket after it was destroyed caused a segfault. fixes: nodejs#38133fixes: nodejs#38135
@LinkgoronLinkgoronforce-pushed the tls-fix-call-after-destroy branch from 68d7662 to 581c0beCompareApril 9, 2021 23:18
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@LinkgoronLinkgoron added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 10, 2021
@jasnell
Copy link
Member

Landed in 3da003c

@jasnelljasnell closed this Apr 12, 2021
jasnell pushed a commit that referenced this pull request Apr 12, 2021
Fix an issue where adding a session or keylog listener on a tlsSocket after it was destroyed caused a segfault. fixes: #38133fixes: #38135 PR-URL: #38180Fixes: #38133Fixes: #38135 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
BethGriggs pushed a commit that referenced this pull request Apr 15, 2021
Fix an issue where adding a session or keylog listener on a tlsSocket after it was destroyed caused a segfault. fixes: #38133fixes: #38135 PR-URL: #38180Fixes: #38133Fixes: #38135 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
targos pushed a commit that referenced this pull request May 30, 2021
Fix an issue where adding a session or keylog listener on a tlsSocket after it was destroyed caused a segfault. fixes: #38133fixes: #38135 PR-URL: #38180Fixes: #38133Fixes: #38135 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
targos pushed a commit that referenced this pull request Jun 5, 2021
Fix an issue where adding a session or keylog listener on a tlsSocket after it was destroyed caused a segfault. fixes: #38133fixes: #38135 PR-URL: #38180Fixes: #38133Fixes: #38135 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
@targostargos mentioned this pull request Jun 6, 2021
targos pushed a commit that referenced this pull request Jun 11, 2021
Fix an issue where adding a session or keylog listener on a tlsSocket after it was destroyed caused a segfault. fixes: #38133fixes: #38135 PR-URL: #38180Fixes: #38133Fixes: #38135 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.needs-ciPRs that need a full CI run.tlsIssues and PRs related to the tls subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TLSSocket.prependOnceListener('session') results in an abort TLSSocket.prependOnceListener('keylog') results in a segmentation fault

5 participants

@Linkgoron@nodejs-github-bot@jasnell@lpinca@zyscoder