...
In this compliant solution, the size of buf
, INTBUFSIZE
is added directly to buf
and used as an upper bound. The integer literal INTBUFSIZE
is scaled to the size of an integer and the upper bound of buf
is checked correctly.
...
...
In this compliant solution, the size of buf
, INTBUFSIZE
is added directly to buf
and used as an upper bound. The integer literal INTBUFSIZE
is scaled to the size of an integer and the upper bound of buf
is checked correctly.
...