Skip to content

Commit f9989fd

Browse files
committed
doc/nrf/../changelog: record on mcuboot boot-record fix
Added recoord on fix in sdk-mcuboot bootloader info sharing mechanism. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
1 parent 98e5d2c commit f9989fd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,8 @@ The code for integrating MCUboot into |NCS| is located in the :file:`ncs/nrf/mod
525525

526526
The following list summarizes both the main changes inherited from upstream MCUboot and the main changes applied to the |NCS| specific additions:
527527

528-
|no_changes_yet_note|
528+
* Fixed a possible infinite loop in the bootloader information sharing procedure when the Kconfig options :kconfig:option:`CONFIG_BOOT_SHARE_DATA_BOOTINFO` and :kconfig:option:`CONFIG_MCUBOOT_HW_DOWNGRADE_PREVENTION` are enabled.
529+
Iterating boot-info security counters could spin forever if the :c:func:`boot_nv_security_counter_get` function failed for an image index (for example, backends that expose only one NV counter when :kconfig:option:`CONFIG_BOOT_IMAGE_NUMBER` is greater than one).
529530

530531
Zephyr
531532
======

0 commit comments

Comments
 (0)