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

Fix for type conversion error #7526

Merged
merged 1 commit into from
May 14, 2024
Merged

Fix for type conversion error #7526

merged 1 commit into from
May 14, 2024

Conversation

lealem47
Copy link
Contributor

Description

Fix for warning below

wolfcrypt\test\test.c(24886,50): warning C4267: 'function': conversion from 'size_t' to 'word32', possible loss of data

Testing

Reproduced and resolved locally

Checklist

  • added tests
  • updated/added doxygen
  • updated appropriate READMEs
  • Updated manual and documentation

@dgarske
Copy link
Contributor

dgarske commented May 13, 2024

@lealem47 Are you able to share steps to reproduce? Was this the only one you found?

@lealem47
Copy link
Contributor Author

@lealem47 Are you able to share steps to reproduce? Was this the only one you found?

@dgarske Reproduced by adding #define USE_CERT_BUFFERS_2048 to the user_settings.h in the Windows sln build. This was the only warning reported.

@lealem47 lealem47 removed their assignment May 14, 2024
@dgarske dgarske merged commit 7526f52 into wolfSSL:master May 14, 2024
103 checks passed
jefferyq2 pushed a commit to jefferyq2/wolfssl that referenced this pull request Jun 9, 2024
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