| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a9a2c58 commit 70e463c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4648,6 +4648,8 @@ void Verify::VerifyFinal(const FunctionCallbackInfo<Value>& args) { | |||
| 4648 | 4648 | ||
| 4649 | 4649 | unsigned int offset = 0; | |
| 4650 | 4650 | ManagedEVPPKey pkey = GetPublicOrPrivateKeyFromJs(args, &offset, true); | |
| 4651 | + if (!pkey) | ||
| 4652 | + return; | ||
| 4651 | 4653 | ||
| 4652 | 4654 | char* hbuf = Buffer::Data(args[offset]); | |
| 4653 | 4655 | ssize_t hlen = Buffer::Length(args[offset]); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments