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 bug in CycleStructurePerm for a single cycle of length 2^16 that caused wrong answers and memory corruption #3738

Merged
merged 1 commit into from
Nov 14, 2019

Commits on Nov 13, 2019

  1. Fix overflow bug in CYCLE_STRUCT_PERM

    CycleStructPerm overflowed a UInt2 when given a cycle of length
    exactly 2^16, so store the size-1 (which is what we output anyway)
    ChrisJefferson committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    fefc497 View commit details
    Browse the repository at this point in the history