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 UB in hannk FillWithRandom operation. #6645

Merged
merged 1 commit into from
Mar 10, 2022
Merged

Fix UB in hannk FillWithRandom operation. #6645

merged 1 commit into from
Mar 10, 2022

Commits on Mar 10, 2022

  1. Fix UB in hannk FillWithRandom operation.

    A recent change to libc++ rejects std::uniform_int_distribution<uint8_t>
    explicitly (https://reviews.llvm.org/D114920). This change prevents this file
    to build with upcoming revisions of the C++ toolchain.
    steven-johnson committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    471c9d3 View commit details
    Browse the repository at this point in the history