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
The kernel/sha program has two places (memcpy.c and memset.c) where the loopbounds are given as loopbound min 0 max 0.
That implies the loops are never taken, which I find weird.
I think this is likely an error, so we need to figure out what the actual loop bounds should be.
The text was updated successfully, but these errors were encountered:
The
kernel/sha
program has two places (memcpy.c
andmemset.c
) where the loopbounds are given asloopbound min 0 max 0
.That implies the loops are never taken, which I find weird.
I think this is likely an error, so we need to figure out what the actual loop bounds should be.
The text was updated successfully, but these errors were encountered: