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
crnlib: attempt to silence false positive CodeQL cpp/static-buffer-overflow
On the default case it wrongly reports as critical:
> Potential buffer-overflow: 'm_buf' has size 2 but 'm_buf[3]' may be accessed here.
Because it fails to understand that default only happens with m_buf size being 4.
0 commit comments