-
Notifications
You must be signed in to change notification settings - Fork 161
Fenrir fixes 2026 08 21 #868
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
Open
danielinux
wants to merge
27
commits into
wolfSSL:master
Choose a base branch
from
danielinux:fenrir-fixes-2026-08-21
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
f5401b0
F-7380: make SAMA5D3 ext_flash_read byte-accurate for partial pages
danielinux 0a6a5fe
F-7381: fail SAMA5D3 NAND write/erase instead of reporting success
danielinux 431b015
F-9759: document that QE/FMan microcode is not authenticated
danielinux ce5f20c
F-7970: free the LMS key on the parameter/import error paths
danielinux d722c0f
F-7971: free the ECC key on the wolfHSM setup error paths
danielinux c5ae368
F-7974: declare hdr_cpy_done as int in both translation units
danielinux 8aa5221
F-7056: fix node-found guards and esdhc log label in hal_dts_fixup
danielinux 08903c2
F-7990: bound the compatible string walk to declared lengths
danielinux 19d8a9e
F-9758: validate FDT layout in fdt_check_header, use it in fdt_get_st…
danielinux fe1dcb0
F-9757: length-bound the FIT name/compression string properties
danielinux d554bbb
F-7066: bound the FIT DTS relocation copy to the staging size
danielinux f08c62a
F-9756: validate PT_LOAD segments before the scatter flash hash walk
danielinux 8d39a5f
F-9721: make ext_flash_encrypt_write doc match its signature
danielinux 58390cb
F-7071: scrub the staging buffer on the swap resume early-return
danielinux f3098cb
F-9766: scrub the nonce copies in the IV-derivation helpers
danielinux 495b80b
F-7966: propagate the CTR counter carry without branching on the nonce
danielinux e9ee837
F-7396: scrub the decrypted-header cache after field extraction
danielinux 00bc8b5
F-6762: compare the TLV field budget in a 32-bit domain
danielinux d64bf67
F-9755: assert wolfBoot_success erases the firmware encryption key
danielinux 5caac27
F-9750: decrypt the stored block before the encrypted RMW patch
danielinux 04531cb
F-9751: Add positive E2E encrypted-update test, fix what it exposes
danielinux 72c1ec2
bound the ELF paddr range check by the destination pointer width
danielinux 1dcd481
add unaligned fallback-IV RMW test for ext_flash_encrypt_write
danielinux 9b1a485
share the DTS size bounds in fdt.h and state the window assumption
danielinux ca6b60a
scrub the RMW scratch buffers in ext_flash_encrypt_write
danielinux 4769c72
name the full 32-bit gated set in the skip message
danielinux 5cd23c7
raise footprint limits for fenrir-fixes-2026-08-21 (max +16B)
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The F-7380 rewrite correctly fixes three real bugs (column offset, sub-word tail copy, full-page overrun) but breaks bad-block relocation. I confirmed it against the diff: