You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notable changes
* deps: Fixed an out-of-band write in utf8 decoder.
This is an important security update as it can be used to cause a
denial of service attack.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27-5
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,27 @@
1
1
# io.js ChangeLog
2
2
3
+
## 2015-07-04, Version 2.3.3, @Fishrock123
4
+
5
+
### Notable changes
6
+
7
+
***deps**: Fixed an out-of-band write in utf8 decoder. **This is an important security update** as it can be used to cause a denial of service attack.
8
+
9
+
### Known issues
10
+
11
+
See https://github.com/nodejs/io.js/labels/confirmed-bug for complete and current list of known issues.
12
+
13
+
* Some problems with unreferenced timers running during `beforeExit` are still to be resolved. See [#1264](https://github.com/nodejs/io.js/issues/1264).
14
+
* Surrogate pair in REPL can freeze terminal. [#690](https://github.com/nodejs/io.js/issues/690)
15
+
*`process.send()` is not synchronous as the docs suggest, a regression introduced in 1.0.2, see [#760](https://github.com/nodejs/io.js/issues/760).
16
+
* Calling `dns.setServers()` while a DNS query is in progress can cause the process to crash on a failed assertion. [#894](https://github.com/nodejs/io.js/issues/894)
17
+
*`url.resolve` may transfer the auth portion of the url when resolving between two full hosts, see [#1435](https://github.com/nodejs/io.js/issues/1435).
0 commit comments