mirror of https://github.com/lukechilds/node.git
Browse Source
Functions that call `ECDH::BufferToPoint` were not clearing the error stack on failure, so an invalid key could leave leftover error state and cause subsequent (unrelated) signing operations to fail. PR-URL: https://github.com/nodejs/node/pull/13275 Backport-PR-URL: https://github.com/nodejs/node/pull/13399 Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>v4.x-staging
Ryan Kelly
8 years ago
committed by
Myles Borins
2 changed files with 24 additions and 0 deletions
Loading…
Reference in new issue