github-actions · GitHub

Conversation

EEFC read sequence requires read length in words instead of bytes,
therefore bytes given by the user has to be recalculated to words.
The calculation however had a mistake in brackets and was just adding
1 to buflen instead of recalculating it to 4 byte words. This caused
global array g_page_buffer to overflow for some reads.
This fixes the calculation.
Signed-off-by: Michal Lenc <michallenc@seznam.cz>

xiaoxiang781216

@xiaoxiang781216

@michallenc

michallenc deleted the samv7-user-signature-words-fix branch

January 29, 2025 07:15

Labels

Arch: arm

Issues related to ARM (32-bit) architecture

Size: XS

The size of the change in this PR is very small

Read the original on github.com ↗