Node.js had a bug in versions 8.X and 9.X which caused buffers to not be initialized when the encoding for the fill value did not match the encoding specified. For example, Buffer.alloc(0x100, This is not correctly encoded, hex); The buffer implementation was updated such that the buffer will be initialized to all zeros in these cases.
The product does not initialize or incorrectly initializes a resource, which might leave the resource in an unexpected state when it is accessed or used.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Node.js | Nodejs | 8.0.0 (including) | 8.8.1 (including) |
Node.js | Nodejs | 8.9.0 (including) | 8.9.3 (excluding) |
Node.js | Nodejs | 9.0.0 (including) | 9.2.1 (excluding) |
Nodejs | Ubuntu | artful | * |
Nodejs | Ubuntu | zesty | * |