Skip to content

Multiple CRC Fields #51

Closed
Closed
@flakjacket95

Description

@flakjacket95

I know this is very uncommon but, I think there is an issue with how multiple CRC fields are handled. They aren't all back-filled as appropriate. I think there is an omission somewhere in the CRC field handling section.

From a very quick perusal, I think that

checksum_data = self.crc_field.packed_checksum(data)
is incorrect and should be checksum_data = field.packed_checksum(data)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions