-
Notifications
You must be signed in to change notification settings - Fork 1k
Remove dead/unreachable code #11028
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
Remove dead/unreachable code #11028
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
00f098e
coding: remove unreachable len operand in Base64_SkipNewline
danielinux 03e40fd
coding: remove unreachable out operand in the Base64 decoders
danielinux 413fcc5
coding: remove unreachable in operand in Base16_Decode
danielinux fc72ef8
md5: remove unreachable len operand in wc_Md5Update
danielinux 0090560
sha3: remove unreachable len operand in the PSOC6 Update paths
danielinux f043241
tfm: remove unreachable fp_gcd zero-operand branches
danielinux e11b5e1
integer: remove unreachable tmpc NULL check in s_mp_add
danielinux 4acfa99
sp_int: remove tautological err check in sp_todecimal
danielinux d851828
sp_int: remove tautological err check in _sp_lcm
danielinux 738454d
memory: remove unreachable res operand in wolfSSL_Realloc
danielinux d95bef3
mlkem: remove unreachable BAD_STATE_E re-check in wc_mlkemkey_check_h
danielinux d1ced3d
mldsa: remove tautological loop operand in mldsa_vec_check_low_c
danielinux 964cc72
mldsa: remove tautological ret operand in wc_MlDsaKey_CheckKey
danielinux 7daf4c3
mldsa: remove tautological ret operand in the small-mem sign entry
danielinux da46dcf
mldsa: remove tautological ret operand in two break-dominated inner l…
danielinux a2d8cf1
lms: remove unreachable inited operand in wc_hss_reload_key
danielinux 8d8b255
integer: remove unreachable mp_init failure handling in mp_init_multi
danielinux 611cebd
aes: remove unreachable bit lower-bound in wc_AesFeedbackCFB1
danielinux 7ecbd73
ed448: remove unreachable privKeySet operand in wc_ed448_check_key
danielinux a17cc4e
ed448: remove unreachable Y == p case in wc_ed448_check_key
danielinux 52b79db
kdf: remove tautological ret operand in the KDA-KDF CMAC loop
danielinux 1ea6e9e
pwdbased: remove unreachable NULL check in DoPKCS12Hash
danielinux e16466f
tests: retarget the ed448 check_key Y-range stanzas
danielinux File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.