Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #95, reject PDUs with large bit set #179

Merged
merged 1 commit into from
Jan 18, 2022

Commits on Jan 13, 2022

  1. Fix nasa#95, reject PDUs with large bit set

    This bit indicates that the PDU has 64-bit size and offset fields.
    CF currently does not support large file sizes.  It needs to reject
    these packets as they will corrupt the data because they are not
    decoded properly (decode is fixed at 32 bit sizes).
    jphickey committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    aba9487 View commit details
    Browse the repository at this point in the history