Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v4.4.4 proposal #6583

Merged
merged 3 commits into from
May 6, 2016
Merged

v4.4.4 proposal #6583

merged 3 commits into from
May 6, 2016

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

mcollina and 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 <benjamingr@gmail.com>
Reviewed-By: Mathias Buus <mathiasbuus@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
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 <jasnell@gmail.com>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
@nodejs-github-bot nodejs-github-bot added the meta Issues and PRs related to the general management of the project. label May 4, 2016
@addaleax addaleax added the v4.x label May 4, 2016
@jasnell
Copy link
Member

jasnell commented May 4, 2016

Rubbert stamp LGTM if ci and citgm are green.

@MylesBorins MylesBorins force-pushed the v4.4.4-proposal branch 2 times, most recently from 77d4333 to 74e3c00 Compare May 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/
@MylesBorins MylesBorins merged commit 9cf628e into v4.x May 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 <jasnell@gmail.com>
@MylesBorins MylesBorins deleted the v4.4.4-proposal branch May 6, 2016 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta Issues and PRs related to the general management of the project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants