]>
git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
pseudo: Add in openat2, exec and linkat fixes
Pull in:
* linkat: Fix AT_EMPTY_PATH handling
* makewrappers/openat2: Add noignore_path option
* pseudo_util: Correctly free memory allocated by pseudo_setupenvp
* exec*: Replace bash workaround to avoid memory corruption
* pseudo_util: Clean up memory handling for setupenvp results
* pseudo_util: Avoid a memory leak in pseudo_dropenv()
* pseudo_util: Ensure pseudo_setupenvp handles memory consistently
* pseudo_util: Avoid accidental free calls for without_libpseudo()
* pseudo.h: Avoid accessing unallocated memory
[YOCTO #16316]
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>