src, buffer: do not segfault on out-of-range index by TimothyGu · Pull Request #11927 · nodejs/node
Also add test cases for partial writes and invalid indices. Fixes: nodejs#8724
added
buffer
labels
Mar 19, 2017
nodejs-github-bot
added
buffer
labels
Mar 19, 2017jasnell pushed a commit that referenced this pull request
Mar 22, 2017MylesBorins pushed a commit that referenced this pull request
Mar 28, 2017MylesBorins added a commit that referenced this pull request
Mar 28, 2017Notable changes:
* buffer:
- do not segfault on out-of-range index (Timothy Gu)
#11927
* crypto:
- Fix memory leak if certificate is revoked (Tom Atkinson)
#12089
* deps:
* upgrade npm to 4.2.0 (Kat Marchán)
#11389
* fix async await desugaring in V8 (Michaël Zasso)
#12004
* readline:
- add option to stop duplicates in history (Danny Nemer)
#2982
* src:
- add native URL class (James M Snell)
#11801
PR-URL: #12104
MylesBorins added a commit that referenced this pull request
Mar 29, 2017Notable changes:
* buffer:
- do not segfault on out-of-range index (Timothy Gu)
#11927
* crypto:
- Fix memory leak if certificate is revoked (Tom Atkinson)
#12089
* deps:
* upgrade npm to 4.2.0 (Kat Marchán)
#11389
* fix async await desugaring in V8 (Michaël Zasso)
#12004
* readline:
- add option to stop duplicates in history (Danny Nemer)
#2982
* src:
- add native URL class (James M Snell)
#11801
PR-URL: #12104
MylesBorins pushed a commit that referenced this pull request
Apr 18, 2017MylesBorins pushed a commit that referenced this pull request
Apr 19, 2017andrew749 pushed a commit to michielbaird/node that referenced this pull request
Jul 19, 2017Also add test cases for partial writes and invalid indices. PR-URL: nodejs/node#11927 Fixes: nodejs/node#8724 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters