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

random: fix crash on some 64bit platforms #10614

Merged
merged 1 commit into from Jun 17, 2017
Merged

Commits on Jun 16, 2017

  1. random: fix crash on some 64bit platforms

    rbx needs to be stashed in a 64bit register on 64bit platforms. With this crash
    in particular, it was holding a stack canary which was not properly restored
    after the cpuid.
    
    Split out the x86+PIC case so that x86_64 doesn't have to worry about it.
    theuni committed Jun 16, 2017
    Copy the full SHA
    9af207c View commit details
    Browse the repository at this point in the history