-
Notifications
You must be signed in to change notification settings - Fork 17.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
x/crypto/openpgp: ReadMessage(): Panic on invalid input in packet.PublicKeyV3.setFingerPrintAndKeyId() (slice bounds out of range) #11504
Labels
Milestone
Comments
marete
changed the title
x/crypto/openpgp: Panic on invalid input in packet.PublicKeyV3.setFingerPrintAndKeyId() (slice bounds out of range)
x/crypto/openpgp: ReadMessage(): Panic on invalid input in packet.PublicKeyV3.setFingerPrintAndKeyId() (slice bounds out of range)
Jul 1, 2015
CC @agl |
CL https://golang.org/cl/12635 mentions this issue. |
benburkert
pushed a commit
to benburkert/openpgp
that referenced
this issue
Feb 29, 2016
Found using gofuzz. Fixes golang/go#11504 Change-Id: I49cf01e75e37c5d87dad58c5349161d79d0b72f5 Reviewed-on: https://go-review.googlesource.com/12635 Reviewed-by: Adam Langley <[email protected]>
c-expert-zigbee
pushed a commit
to c-expert-zigbee/crypto_go
that referenced
this issue
Mar 28, 2022
Found using gofuzz. Fixes golang/go#11504 Change-Id: I49cf01e75e37c5d87dad58c5349161d79d0b72f5 Reviewed-on: https://go-review.googlesource.com/12635 Reviewed-by: Adam Langley <[email protected]>
c-expert-zigbee
pushed a commit
to c-expert-zigbee/crypto_go
that referenced
this issue
Mar 29, 2022
Found using gofuzz. Fixes golang/go#11504 Change-Id: I49cf01e75e37c5d87dad58c5349161d79d0b72f5 Reviewed-on: https://go-review.googlesource.com/12635 Reviewed-by: Adam Langley <[email protected]>
BiiChris
pushed a commit
to BiiChris/crypto
that referenced
this issue
Sep 15, 2023
Found using gofuzz. Fixes golang/go#11504 Change-Id: I49cf01e75e37c5d87dad58c5349161d79d0b72f5 Reviewed-on: https://go-review.googlesource.com/12635 Reviewed-by: Adam Langley <[email protected]>
desdeel2d0m
added a commit
to desdeel2d0m/crypto
that referenced
this issue
Jul 1, 2024
Found using gofuzz. Fixes golang/go#11504 Change-Id: I49cf01e75e37c5d87dad58c5349161d79d0b72f5 Reviewed-on: https://go-review.googlesource.com/12635 Reviewed-by: Adam Langley <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The following program panics:
with the trace:
Found using gofuzz. You may assign this issue to me.
The text was updated successfully, but these errors were encountered: