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

Change memory types from DWORD to QWORD #3416

Merged
merged 2 commits into from
Jun 12, 2014
Merged

Commits on Jun 1, 2014

  1. Change memory types from DWORD to QWORD

    This was causing memory allocations to fail on x64 in cases where
    the higher bits were set in addresses.
    OJ committed Jun 1, 2014
    Configuration menu
    Copy the full SHA
    8346e20 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2014

  1. Updated more UINT TLVs to QWORDS

    All with the goal of removing more pointer truncation issues.
    OJ committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    a53955a View commit details
    Browse the repository at this point in the history