-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[Android](CryptoNative_HmacUpdate): Parameter 'data' must be a valid pointer' #61783
Comments
Tagging subscribers to this area: @bartonjs, @vcsjones, @krwq, @GrabYourPitchforks Issue DetailsSystem.Security.Cryptography.Tests failed on Android due to a crash with the following message:
|
It might be related to #61742 @AaronRobinsonMSFT |
I'm curious to know we got into this state |
Tagging subscribers to 'arch-android': @steveisok, @akoeplinger Issue DetailsSystem.Security.Cryptography.Tests failed on Android due to a crash with the following message:
|
I confirmed it started happening at least from the last rolling build. |
I'll take a look. |
@steveisok could we ensure if there is CI hole that it's closed? |
I think this is a slight semantic change that is handled properly but validates earlier than needed on Android. runtime/src/libraries/Native/Unix/System.Security.Cryptography.Native/pal_evp.c Lines 96 to 101 in 6ff57f1
My plan is to move the runtime/src/libraries/Native/Unix/System.Security.Cryptography.Native.Android/pal_evp.c Lines 51 to 56 in 6ff57f1
|
The signature of Lines 34 to 35 in f6e2377
Something must have caused inputs to change so that it is being passed null. |
@elinor-fung Agreed. I confirmed we are simply creating a |
System.Security.Cryptography.Tests failed on Android due to a crash with the following message:
https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-61670-merge-3d266bcf337a4ffe92/System.Security.Cryptography.Tests/1/adb-logcat-net.dot.System.Security.Cryptography.Tests-net.dot.MonoRunner.log?sv=2019-07-07&se=2021-12-08T15%3A07%3A31Z&sr=c&sp=rl&sig=McQh8mbdRtBm%2FUFGKVsx7BoxJQ6bKhUkvsFldClN2iI%3D
cc @steveisok @akoeplinger
The text was updated successfully, but these errors were encountered: