mirror of https://github.com/lukechilds/node.git
Browse Source
* Numeric values passed to alloc were converted to int32, not uint32 before the range check, which allows wrap around on ToUint32. This would cause massive malloc calls and v8 fatal errors. * dispose would not check if value was an Object, causing segfault if a Primitive was passed. * kMaxLength was not enumerable.v0.11.5-release
2 changed files with 35 additions and 4 deletions
Loading…
Reference in new issue