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

Avoid reading time stamp counter #1074

Merged
merged 4 commits into from
Sep 7, 2023

Commits on Aug 31, 2023

  1. Added a static Boolean on the SocketOptions class to avoid using the …

    …opcode injection technique for reading the time stamp counter.
    Rick Shaw authored and Rick Shaw committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    7c995f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Removing the static flag on SocketOptions for avoidance of reading th…

    …e Time Stamp Counter and altering the implementation to read an Environment variable.
    Rick Shaw committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    285b77e View commit details
    Browse the repository at this point in the history
  2. Altered the environment variable read to accept any value, rather tha…

    …n just "true".
    
    Added a reference to the github issue.
    rickshaw5724 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    6e9e933 View commit details
    Browse the repository at this point in the history
  3. comment fixing

    rickshaw5724 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    743673a View commit details
    Browse the repository at this point in the history