node icon indicating copy to clipboard operation
node copied to clipboard

Node.js JavaScript runtime ✨🐢🚀✨

Results 1539 node issues
Sort by recently updated
recently updated
newest added

Signed-off-by: MeenaPriya Meenakshisundaram

test
code-and-learn
needs-ci

This matches the formulation described in the documentation: https://www.openssl.org/docs/man3.0/man3/EVP_PKEY_CTX_set_dsa_paramgen_q_bits.html It is also, starting OpenSSL 3.0, more type-safe because the wrapper macros were finally converted to real functions. In OpenSSL 3.0,...

crypto
c++
needs-ci

Signed-off-by: Archana Miyar Kamath

test
code-and-learn
needs-ci

This fixes a pair of issues with EOF handling in TLSWrap. This originally came up because @codebytere noticed an incompatibility with Node and a recent BoringSSL change, but the root...

c++
lib / src
needs-ci

Signed-off-by: Juliet Zhang

test
code-and-learn
needs-ci

### Version v7.1.0 and newer (last working version was v6.17.1) ### Platform Linux ### Subsystem _No response_ ### What steps will reproduce the bug? Require a dependency that doesn't exist....

Unlike `UncheckedRealloc(p, 0)`, which returns a `nullptr`, both `UncheckedMalloc(0)` and `UncheckedCalloc(0)` currently perform fake allocations to return a non-`nullptr`. Assuming that `UncheckedMalloc(0)` returns a non-`nullptr` is non-standard and we use...

c++
needs-ci
review wanted

Fixes: https://github.com/nodejs/node/issues/39495

doc
stream
semver-major

### Version v17.0.1 ### Platform Darwin Evans-MacBook-Pro.local 20.6.0 Darwin Kernel Version 20.6.0: Mon Aug 30 06:12:21 PDT 2021; root:xnu-7195.141.6~3/RELEASE_X86_64 x86_64 ### Subsystem _No response_ ### What steps will reproduce the...

esm