-
Notifications
You must be signed in to change notification settings - Fork 459
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
Probably a mistake in function der_decode_choice #627
Comments
sjaeckel
added a commit
that referenced
this issue
Aug 7, 2023
Signed-off-by: Steffen Jaeckel <[email protected]>
sjaeckel
added a commit
that referenced
this issue
Aug 7, 2023
Signed-off-by: Steffen Jaeckel <[email protected]>
Merged
sjaeckel
added a commit
that referenced
this issue
Aug 7, 2023
Signed-off-by: Steffen Jaeckel <[email protected]>
sjaeckel
added a commit
that referenced
this issue
Aug 7, 2023
Signed-off-by: Steffen Jaeckel <[email protected]>
sjaeckel
added a commit
that referenced
this issue
Aug 7, 2023
Signed-off-by: Steffen Jaeckel <[email protected]>
sjaeckel
added a commit
that referenced
this issue
Aug 7, 2023
Signed-off-by: Steffen Jaeckel <[email protected]>
sjaeckel
added a commit
that referenced
this issue
Aug 7, 2023
Signed-off-by: Steffen Jaeckel <[email protected]>
sjaeckel
added a commit
that referenced
this issue
Aug 7, 2023
Signed-off-by: Steffen Jaeckel <[email protected]>
Thanks for reporting this! #626 will fix the issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
core/lib/libtomcrypt/src/pk/asn1/der/choice/der_decode_choice.c
Probably, on line
if (der_length_short_integer(size, &z) == CRYPT_OK) {
there should bedata
instead ofsize
.The text was updated successfully, but these errors were encountered: