Skip to content

TBitArrayImplementation.ensureCapacity - Count for Move must multiplied by element size in bytes #151

@JedrzejczykRobert

Description

@JedrzejczykRobert

file: ZXing.Common.BitArrayImplementation
line: 86

current:

Move(Fbits[0], newBits[0], Length(Fbits));

should be:

Move(Fbits[0], newBits[0], Length(Fbits) * SizeOf(Fbits[0]));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions