randint's top limit is included in range, so original value 256 can be reached and as such hex-digit 100 is emitted enlarging the string.
Metadata Update from @tkopecek: - Pull-request tagged with: testing-ready
:thumbsup:
rebased onto 07f0cba77a67d6559003c3262b5c05d7456a37aa
update: added link to issue in commit message
Commit badb40d5 fixes this pull-request
Pull-Request has been merged by mikem
Metadata Update from @mfilip: - Pull-request tagged with: testing-done
randint's top limit is included in range, so original value 256 can be
reached and as such hex-digit 100 is emitted enlarging the string.