Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
library_manager: llext: don't try to copy .bss
When copying LLEXT modules from DRAM to SRAM we allocate and copy .data and .bss together because they have the same access flags, but .bss doesn't have to be copied, this can in fact generate an error because it isn't present in the ELF image. Only copy valid sections. Reported-by: Tomasz Leman <[email protected]> Signed-off-by: Guennadi Liakhovetski <[email protected]>
- Loading branch information