Skip to content

Conversation

@MylesBorins
Copy link
Contributor

2016-05-04, Version 4.4.4 'Argon' (LTS), @thealphanerd

Notable changes

  • deps:
    • update openssl to 1.0.2h. (Shigeki Ohtsu) #6551

Commits

mcollinaand others added 2 commits May 4, 2016 10:19
net streams can request multiple chunks to be written in a synchronous fashion. If this is combined with cork/uncork, en error is currently thrown because of a regression introduced in: 89aeab9 (#4354). Fixes: #6154 PR-URL: #6164 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Mathias Buus <[email protected]> Reviewed-By: James M Snell <[email protected]>
This makes sure that `kNoZeroFill` flag is not accidentally set by moving the all the flag operations directly inside `createBuffer()`. It safeguards against logical errors like #6006. This also ensures that `kNoZeroFill` flag is always restored to 0 using a try-finally block, as it could be not restored to 0 in cases of failed or zero-size `Uint8Array` allocation. It safeguards against errors like #2930. It also makes the `size > 0` check not needed there. PR-URL: https://github.com/nodejs/node-private/pull/30 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trevor Norris <[email protected]>
@nodejs-github-botnodejs-github-bot added the meta Issues and PRs related to the general management of the project. label May 4, 2016
@MylesBorins
Copy link
ContributorAuthor

MylesBorins commented May 4, 2016

@jasnell
Copy link
Member

Rubbert stamp LGTM if ci and citgm are green.

@MylesBorinsMylesBorinsforce-pushed the v4.4.4-proposal branch 2 times, most recently from 77d4333 to 74e3c00CompareMay 5, 2016 21:33
Notable changes * deps: * update openssl to 1.0.2h. (Shigeki Ohtsu) [#6551](#6551) - Please see our blog postfor more info on the security contents of this release. https://nodejs.org/en/blog/vulnerability/openssl-may-2016/
@MylesBorinsMylesBorins merged commit 9cf628e into v4.xMay 6, 2016
MylesBorins pushed a commit that referenced this pull request May 6, 2016
MylesBorins pushed a commit that referenced this pull request May 6, 2016
Notable changes * deps: * update openssl to 1.0.2h. (Shigeki Ohtsu) [#6551](#6551) - Please see our blog postfor more info on the security contents of this release. https://nodejs.org/en/blog/vulnerability/openssl-may-2016/ PR-URL: #6583 Reviewed-By: James M Snell <[email protected]>
@MylesBorinsMylesBorins deleted the v4.4.4-proposal branch May 6, 2016 01:29
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

metaIssues and PRs related to the general management of the project.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@MylesBorins@jasnell@addaleax@nodejs-github-bot@mcollina@ChALkeR