Skip to content
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/asn1.c:1283行有BUG #1767

Open
tpzzs opened this issue Nov 30, 2024 · 0 comments
Open

src/asn1.c:1283行有BUG #1767

tpzzs opened this issue Nov 30, 2024 · 0 comments

Comments

@tpzzs
Copy link

tpzzs commented Nov 30, 2024

if ((in[i] & 0x60) != 0x80) { 是错误的
我猜正确的应该是
if ((in[i] & 0x80) != 0x80) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant