-
Notifications
You must be signed in to change notification settings - Fork 5.5k
[Android] Add missing JNI exception checks in crypto PAL #128777
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
Open
simonrozsival
wants to merge
16
commits into
main
Choose a base branch
from
dev/simonrozsival/android-pal-jni-exception-checks-pr1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
6f97792
[Android] Add missing JNI exception checks across crypto PAL (1/3)
simonrozsival 1430ce4
[Android] Address review feedback: prefer cleanup labels and ReleaseLRef
simonrozsival 20239b1
[Android] Avoid partial-output state on failure paths
simonrozsival bd14e71
[Android] Apply no-partial-state pattern to remaining touched functions
simonrozsival b86598b
[Android] Use INIT_LOCALS for jobject locals and avoid partial-output…
simonrozsival 395fdb3
[Android] Use RELEASE_LOCALS(loc, env) for consistency with surroundi…
simonrozsival 88556c3
Fix DoUnwrap silently swallowing NewDirectByteBuffer failure
simonrozsival 4bb471a
Merge branch 'main' into dev/simonrozsival/android-pal-jni-exception-…
simonrozsival e76a96e
[Android] Release SSLStream context on init failure
simonrozsival 3c30461
[Android] Handle JNI failures in crypto PAL review fixes
simonrozsival a9da52a
[Android] Guard SSL engine promotion failure
simonrozsival abe0038
[Android] Check remaining crypto PAL JNI failures
simonrozsival 3e1c617
Merge branch 'main' into dev/simonrozsival/android-pal-jni-exception-…
simonrozsival d3dfc20
Split GetHandshakeStatus JNI call
Copilot ae407ce
Release GetHandshakeStatus JNI local
Copilot 0c3cdb0
Preserve GetHandshakeStatus failure ret
Copilot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.