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
umm_calloc(16777217u, 256u) should fail because the buffer requested is too large; however, it succeeds and returns a buffer pointer. The problem is caused by an undetected overflow/wrap using unsigned multiply.
Basic Infos
Platform
Settings in IDE
Problem Description
umm_calloc(16777217u, 256u) should fail because the buffer requested is too large; however, it succeeds and returns a buffer pointer. The problem is caused by an undetected overflow/wrap using unsigned multiply.
MCVE Sketch
Debug Messages
The text was updated successfully, but these errors were encountered: