commit | 1b48f74346b111800b1225560f157ba40b081c4d | [log] [tgz] |
---|---|---|
author | Luca Burelli <l.burelli@arduino.cc> | Thu Feb 27 10:09:35 2025 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Mon Mar 17 19:58:15 2025 +0100 |
tree | 06db3bff70e9cd38c6680ef490b32df4c2344384 | |
parent | c0c8f778f7e6af7420b2f8b1757992ec6ce5c9e5 [diff] |
llext: avoid redundant 'ldr_parm' checks Since commit 0aa6b1c9defe, the 'ldr_parm' pointer is guaranteed to be valid inside all the functions of the llext_load() call tree. This commit fixes the only exception of llext_copy_strings(), which was not passed the 'ldr_parm' pointer, and remove the redundant checks. No functional change is intended by this commit. Signed-off-by: Luca Burelli <l.burelli@arduino.cc>