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
int rand() could only generate random number in 0-2^31-1,
but the region size is size_t(64B), not all addresses in
the range could get accessed.
Signed-off-by: luzhixing12345 <[email protected]>
0 commit comments