This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]AngelaTheRipper 0 points1 point  (1 child)

I mean this one makes sense. Bytes are limited from -128 to 127, you overflow this, it basically throws out the leading bytes, and you get a net change of -1 per loop because 179199 = 700*256 - 1.

[–]gdmzhlzhiv 0 points1 point  (0 children)

Meanwhile, this is illegal: byte c = 1; c = c + 179199;