summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/server
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@bootlin.com>2023-03-01 22:17:56 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-07 10:57:27 +0000
commit9331f576897a2b444a56ee5639f555a5ecac9fe8 (patch)
treef4dbd641f01d395913b19c88126ae0803b0f1ad7 /bitbake/lib/bb/server
parent4ca99662e613aac43bd9a796e8e294bf30c8863a (diff)
downloadpoky-9331f576897a2b444a56ee5639f555a5ecac9fe8.tar.gz
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] (From OE-Core rev: 3ec9ca0b39c9e09c5a8c8cf94e57091d1b67c9f0) Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/server')
0 files changed, 0 insertions, 0 deletions