Skip to content

Missing safety checks in FBEBuffer #107

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

Open
motz61 opened this issue Mar 24, 2025 · 0 comments
Open

Missing safety checks in FBEBuffer #107

motz61 opened this issue Mar 24, 2025 · 0 comments

Comments

@motz61
Copy link

motz61 commented Mar 24, 2025

FBEBuffer methods like allocate(), reserve() can cause uncontrolled memory allocation without enforcing any upper limit. These methods rely on malloc() without checking for failure, which can result in crashes or memory exhaustion when handling large or malformed input.

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