You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
FBEBuffer
methods likeallocate()
,reserve()
can cause uncontrolled memory allocation without enforcing any upper limit. These methods rely onmalloc()
without checking for failure, which can result in crashes or memory exhaustion when handling large or malformed input.The text was updated successfully, but these errors were encountered: