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
Found via code audit. src/dbmem-search.c:83-118. entries*2 can overflow int. Subsequent size calculation produces small allocation. Pointer arithmetic writes past buffer. No overflow checks.
Found via code audit. src/dbmem-search.c:83-118. entries*2 can overflow int. Subsequent size calculation produces small allocation. Pointer arithmetic writes past buffer. No overflow checks.