由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 感觉node在瞎搞啊, 昨天v4.1今天就v4.1.1(死翘翘)
相关主题
node.js 一下子到4.0了which header file declares ntohs() in c++ ?
紧急求助,这种面试是不是取消算了?HTTP Error 403
大家来看看这个纯Javascript实现的QR二维码生成器MOCK测试 对软件质量的影响?
effective C++里的memory pool 一问:为什么用try catch不住exception?
why do we still use dynamic allocation?关于内存泄漏
菜鸟求助:怎么自动include header file?alloc这个函数究竟做些啥活呢?
url header问题array allocation in c
ask a question about compile shared library using libtool"brk()" 和 mmap() 有什么区别? (转载)
相关话题的讨论汇总
话题: node话题: npm话题: iojs话题: julien话题: gilli
进入Programming版参与讨论
1 (共1页)
r***y
发帖数: 4379
1
iojs 才3.3.1
按理说 node 是 redhat, iojs 才是fedora 啊.
js社区真感觉是一锅腊八粥.
l**********n
发帖数: 8443
2
what is fixed?

【在 r***y 的大作中提到】
: iojs 才3.3.1
: 按理说 node 是 redhat, iojs 才是fedora 啊.
: js社区真感觉是一锅腊八粥.

r***y
发帖数: 4379
3
Notable changes
buffer: Fixed a bug introduced in v4.1.0 where allocating a new zero-
length buffer can result in the next allocation of a TypedArray in
JavaScript not being zero-filled. In certain circumstances this could result
in data leakage via reuse of memory space in TypedArrays, breaking the
normally safe assumption that TypedArrays should be always zero-filled. (
Trevor Norris) #2931.
http: Guard against response-splitting of HTTP trailing headers added
via response.addTrailers() by removing new-line ([rn]) characters from
values. Note that standard header values are already stripped of new-line
characters. The expected security impact is low because trailing headers are
rarely used. (Ben Noordhuis) #2945.
npm: Upgrade to npm 2.14.4 from 2.14.3, see release notes for full
details (Kat Marchán) #2958
Upgrades graceful-fs on multiple dependencies to no longer rely on
monkey-patching fs
Fix npm link for pre-release / RC builds of Node
v8: Update post-mortem metadata to allow post-mortem debugging tools to
find and inspect:
JavaScript objects that use dictionary properties (Julien Gilli) #
2959
ScopeInfo and thus closures (Julien Gilli) #2974
more on : https://github.com/nodejs/node/blob/v4.1.1/CHANGELOG.md

【在 l**********n 的大作中提到】
: what is fixed?
e*******o
发帖数: 4654
4
只要不变5,后面两个随便改。
n*****t
发帖数: 22014
5
Peter fired

【在 l**********n 的大作中提到】
: what is fixed?
1 (共1页)
进入Programming版参与讨论
相关主题
"brk()" 和 mmap() 有什么区别? (转载)why do we still use dynamic allocation?
C++一个string的小问题菜鸟求助:怎么自动include header file?
菜鸟请教C问题url header问题
question about structure initializationa and referenceask a question about compile shared library using libtool
node.js 一下子到4.0了which header file declares ntohs() in c++ ?
紧急求助,这种面试是不是取消算了?HTTP Error 403
大家来看看这个纯Javascript实现的QR二维码生成器MOCK测试 对软件质量的影响?
effective C++里的memory pool 一问:为什么用try catch不住exception?
相关话题的讨论汇总
话题: node话题: npm话题: iojs话题: julien话题: gilli