Skip to content

BUG: BitString insert string bug

Francois Michaut requested to merge fix_bitstring_long_insert into master

The insert_bits with a string as parameter had a bug and was only coping the first 255 chars due to a variable overflow This is now fixed

Merge request reports