GNS3/dynamips

sbox_compute infinite loop

Closed this issue · 0 comments

sbox_compute does not decrease len in the loop.

When len > 0 it is an infinite loop that will read past the end of the buffer data.

Bug found while converting to rust.