commit | fc96df6bca79a447f1b5caed0c71fdfbd8f3b9c1 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Oct 27 20:29:24 2020 +0100 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 05 09:11:30 2020 -0700 |
tree | 6bf06e419dfb99bd42374627419b7d94743d44b5 | |
parent | 5cf0f3b5398e3e1b1f96fa215f8ff331a27137cc [diff] |
sandbox: use O_CLOEXEC in os_open() During a cold reset execv() is used to relaunch the U-Boot binary. We must ensure that all files are closed in this case. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>