★ wanayoo — archive 1999 https://github.com/nodejs/node/pull/24208Nouvelle recherche | Portail wanayoo
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

buffer: fix writeUInt16BE range check #24208

Closed
wants to merge 1 commit into from

Conversation

Projects
None yet
6 participants
@mscdex
Copy link
Contributor

mscdex commented Nov 6, 2018

Fixes: #24205

CI: https://ci.nodejs.org/job/node-test-pull-request/18382/

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@mscdex mscdex force-pushed the mscdex:buffer-fix-writeUInt16BE branch from 0885ec0 to 030f2a6 Nov 6, 2018

@cjihrig

cjihrig approved these changes Nov 6, 2018

@Trott

Trott approved these changes Nov 6, 2018

@Trott

This comment has been minimized.

Copy link
Member

Trott commented Nov 6, 2018

@Trott Trott added the author ready label Nov 6, 2018

@mscdex

This comment has been minimized.

Copy link
Contributor Author

mscdex commented Nov 7, 2018

@addaleax Why would we not land this bug fix on 10.x?

@addaleax

This comment has been minimized.

Copy link
Member

addaleax commented Nov 7, 2018

@mscdex This adds a throw for some input cases, for which we previously had unintended but consistent behaviour, and addressing this doesn’t seem critical. I would say that that disqualifies this for LTS (or technically even might make this semver-major).

You can feel free to disagree, and remove the labels, if you feel really strongly about this?

Trott added a commit to Trott/io.js that referenced this pull request Nov 8, 2018

buffer: fix writeUInt16BE range check
Fixes: nodejs#24205

PR-URL: nodejs#24208
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@Trott

This comment has been minimized.

Copy link
Member

Trott commented Nov 8, 2018

Landed in 5c201b6.

@Trott Trott closed this Nov 8, 2018

@mscdex mscdex deleted the mscdex:buffer-fix-writeUInt16BE branch Nov 9, 2018

amel-true added a commit to amel-true/node that referenced this pull request Nov 10, 2018

buffer: fix writeUInt16BE range check
Fixes: nodejs#24205

PR-URL: nodejs#24208
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>

tadhgcreedon pushed a commit to tadhgcreedon/node that referenced this pull request Nov 11, 2018

buffer: fix writeUInt16BE range check
Fixes: nodejs#24205

PR-URL: nodejs#24208
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>

BridgeAR added a commit that referenced this pull request Nov 14, 2018

buffer: fix writeUInt16BE range check
Fixes: #24205

PR-URL: #24208
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>

@BridgeAR BridgeAR referenced this pull request Nov 14, 2018

Merged

Release proposal: v11.2 #24350

kiyomizumia added a commit to kiyomizumia/node that referenced this pull request Nov 15, 2018

buffer: fix writeUInt16BE range check
Fixes: nodejs#24205

PR-URL: nodejs#24208
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>

codebytere added a commit that referenced this pull request Dec 13, 2018

buffer: fix writeUInt16BE range check
Fixes: #24205

PR-URL: #24208
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>

MylesBorins added a commit that referenced this pull request Dec 26, 2018

buffer: fix writeUInt16BE range check
Fixes: #24205

PR-URL: #24208
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>

@codebytere codebytere referenced this pull request Jan 4, 2019

Merged

v10.15.1 proposal #25346

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.