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

Renaming index to psk_index to prevent name collision #2595

Merged
merged 1 commit into from
Feb 17, 2021

Conversation

ttjsu-aws
Copy link
Contributor

@ttjsu-aws ttjsu-aws commented Feb 17, 2021

Resolved Issues

Related to #2591

Description of changes:

Renaming variable name index to psk_index to prevent naming collision in RHEL5_64 systems.

Describe s2n’s current behavior and how your code changes that behavior. If there are no issues this pr is resolving, explain why this change is necessary.

Call-outs:

Address any potentially confusing code. Is there code added that needs to be cleaned up later? Is there code that is missing because it’s still in development?

Testing:

How is this change tested (unit tests, fuzz tests, etc.)? Are there any testing steps to be verified by the reviewer?

Is this a refactor change? If so, how have you proved that the intended behavior hasn't changed?

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link
Contributor

@lrstewart lrstewart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved to unblock the build, but we HAVE to do #2591 ASAP. We need to prevent this from happening again.

@codecov
Copy link

codecov bot commented Feb 17, 2021

Codecov Report

Merging #2595 (f7d0148) into main (ffcd2f7) will increase coverage by 0.07%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #2595      +/-   ##
==========================================
+ Coverage   81.96%   82.04%   +0.07%     
==========================================
  Files         274      274              
  Lines       19365    19345      -20     
==========================================
- Hits        15873    15872       -1     
+ Misses       3492     3473      -19     

Impacted file tree graph

@ttjsu-aws ttjsu-aws merged commit c72576f into aws:main Feb 17, 2021
@ttjsu-aws ttjsu-aws deleted the fix_index branch March 1, 2021 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants