Pattern: Calling sizeof
on sizeof
Issue: -
Calling sizeof
on sizeof
looks like a suspicious code and most likely there should be just one sizeof
. The current code is equivalent to sizeof(size_t)
.
Pattern: Calling sizeof
on sizeof
Issue: -
Calling sizeof
on sizeof
looks like a suspicious code and most likely there should be just one sizeof
. The current code is equivalent to sizeof(size_t)
.