Skip to content

Fix xmlsec version comparison macro #166

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

Merged
merged 1 commit into from
Apr 25, 2021
Merged

Conversation

Roman513
Copy link
Contributor

@Roman513 Roman513 commented Apr 23, 2021

Use 8 instead of 4 bits for all xmlsec version fields in version comparison macro to prevent compilation errors starting from xmlsec version 1.2.32

Closes #165

@Roman513 Roman513 changed the title Change xmlsec version comparison macro Fix xmlsec version comparison macro Apr 23, 2021
@Roman513 Roman513 force-pushed the master branch 2 times, most recently from a5954f6 to 14558d5 Compare April 25, 2021 18:31
@codecov-commenter
Copy link

codecov-commenter commented Apr 25, 2021

Codecov Report

Merging #166 (ce45868) into master (7bbeed4) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #166      +/-   ##
==========================================
+ Coverage   88.25%   88.27%   +0.01%     
==========================================
  Files          12       12              
  Lines        2044     2047       +3     
==========================================
+ Hits         1804     1807       +3     
  Misses        240      240              
Impacted Files Coverage Δ
src/main.c 77.77% <ø> (ø)
src/platform.h 100.00% <ø> (ø)
src/constants.c 96.35% <100.00%> (+0.03%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7bbeed4...ce45868. Read the comment docs.

Use 8 instead of 4 bits for all xmlsec version fields to prevent overflow starting from version number 1.2.32
@hoefling hoefling merged commit 4a91bbc into xmlsec:master Apr 25, 2021
@hoefling
Copy link
Member

@Roman513 awesome, thank you for the quick fix!

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.

Cannot install xmlrpc on Mac BigSur with python 3.8.6
3 participants