Pointless casting of array size to size_t
Closed this issue · 0 comments
Derpius commented
In a few places you’re casting the result of an expression to size_t
, which wont prevent the expression from overflowing
Closed this issue · 0 comments
In a few places you’re casting the result of an expression to size_t
, which wont prevent the expression from overflowing