commit | ae1224e310bbf307ee774b50e030789937d316de | [log] [tgz] |
---|---|---|
author | Dávid Házi <david.hazi@arm.com> | Mon Jun 30 20:19:56 2025 +0000 |
committer | Antonio de Angelis <Antonio.deAngelis@arm.com> | Tue Jul 01 12:55:27 2025 +0000 |
tree | 51da71c35ad6f330cf65e2fec300f5f8052b534a | |
parent | 958b54427156e66480489e53df6de085d62aef3a [diff] |
Check and fix BSS alignment GNU zero initialization uses word-sized writes. If a BSS section is not aligned to a 4-byte boundary, the zero initialization may not cover the entire section. As a result, the last few bytes could contain garbage data. Signed-off-by: Dávid Házi <david.hazi@arm.com> Change-Id: I7c4580f890bdd360aa01fb5245f93a1f6de9dd52