Fixed #18065: Ensure that private_key_bits is always an int#18066
Fixed #18065: Ensure that private_key_bits is always an int#18066snipe merged 1 commit intogrokability:developfrom
Conversation
|
Hi there - thanks for this! It looks like the branch you were working from might be a bit out of a date. I can see a bunch of my own commits in this PR, which can make it kinda confusing to see what's actually changed. Can you please rebase and do another push to this PR branch? That will clean things up a bit. To RebaseAssuming you started with this repo as the origin, and added yourself as a named remote:
otherwise Thanks so much! |
f060b82 to
71a46c9
Compare
|
@snipe Thanks for pointing this out. I accidentally created the branch on top of the For the moment, I rebased the branch, so that you can easily compare (the fix is a single line, so I can easily cherry-pick it and apply it on top of any branch). |
|
Thanks! PRs should always target the |
|
Thanks for merging the PR and pointing me to the contributing guidelines. I had actually read them, but I had missed the part about the branch. 🙈 |
This PR fixes #18065 by ensuring that
private_key_bitsis cast to anintbefore passing it toopenssl_pkey_new.