Skip to content

Commit

Permalink
src: more automatic memory management in node_crypto.cc
Browse files Browse the repository at this point in the history
Prefer custom smart pointers fitted to the OpenSSL data structures
over more manual memory management and lots of `goto`s.

Backport-PR-URL: #20706
PR-URL: #20238
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
addaleax committed May 14, 2018
1 parent 34d6708 commit 40fb885
Show file tree
Hide file tree
Showing 4 changed files with 725 additions and 898 deletions.
Loading

0 comments on commit 40fb885

Please sign in to comment.