-
-
Couldn't load subscription status.
- Fork 33.6k
src: remove unnecessary cast in crypto_sig.cc #44001
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
src: remove unnecessary cast in crypto_sig.cc #44001
Conversation
ByteSource::Allocated accepts a void pointer now, so we do not need to cast the argument to a char pointer. Refs: nodejs#43202
|
Review requested:
|
|
Fast-track has been requested by @tniessen. Please 👍 to approve. |
This comment was marked as outdated.
This comment was marked as outdated.
|
@F3n67u did you mean to apply |
@RaisinTen sorry. I don't see there is already a ci run |
|
Landed in abddacb |
ByteSource::Allocated accepts a void pointer now, so we do not need to cast the argument to a char pointer. Refs: #43202 PR-URL: #44001 Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Feng Yu <[email protected]>
ByteSource::Allocated accepts a void pointer now, so we do not need to cast the argument to a char pointer. Refs: #43202 PR-URL: #44001 Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Feng Yu <[email protected]>
ByteSource::Allocated accepts a void pointer now, so we do not need to cast the argument to a char pointer. Refs: nodejs#43202 PR-URL: nodejs#44001 Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Feng Yu <[email protected]>
ByteSource::Allocatedaccepts avoidpointer now, so we do not need to cast the argument to acharpointer.Refs: #43202