]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
pseudo: Update to pull in fd leak fix
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 1 Mar 2023 21:17:56 +0000 (22:17 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Mar 2023 10:57:25 +0000 (10:57 +0000)
commit3ec9ca0b39c9e09c5a8c8cf94e57091d1b67c9f0
treefe35ac74b09917c63d7c6660e024a25dd786b1ec
parent891d3faa3ed3d1cc231da58e5fa1325f05d5ade5
pseudo: Update to pull in fd leak fix

Pull in:
    pseudo_util.c: Open file with O_CLOEXEC to avoid fd leak

    Use close-on-exec (O_CLOEXEC) flag when open log file to
    make sure its file descriptor is not leaked to parent
    process on fork/exec.

    Fixes [YOCTO #13311]

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/pseudo/pseudo_git.bb