Closed Manishearth closed 1 year ago
We've bounds checked for c_uint, it's possible there will be a platform where this is not u32. Fortunately CSMG_SPACE also just wants a c_uint.
c_uint
u32
CSMG_SPACE
Ok, thanks.
We've bounds checked for
c_uint
, it's possible there will be a platform where this is notu32
. FortunatelyCSMG_SPACE
also just wants ac_uint
.