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
Running clippy::integer_arithmetic on micro_http shows many operations that can overflow and have no bounds check in place. Index-out-of-bounds situations should also be checked.