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

Update base64.h #642

Merged
merged 1 commit into from
Nov 19, 2024
Merged

Update base64.h #642

merged 1 commit into from
Nov 19, 2024

Conversation

youye521
Copy link
Contributor

修复当输入in是不完整base64编码时,且长度不是4的倍数,会导致解码输出数据多一个字节,超出out缓冲区,出现内存溢出的行为。

修复当输入in是不完整base64编码时,且长度不是4的倍数,会导致解码输出数据多一个字节,超出out缓冲区,出现内存溢出的行为。
@ithewei ithewei merged commit 15df63d into ithewei:master Nov 19, 2024
6 checks passed
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

Successfully merging this pull request may close these issues.

2 participants