ミラー元
https://git.tukaani.org/xz.git
前回の同期 2025-12-18 03:18:45 +00:00
xz: Landlock: Fix a file descriptor leak
このコミットが含まれているのは:
コミット
48ff3f0652
@ -196,6 +196,7 @@ enable_landlock(uint64_t required_rights)
|
||||
if (syscall(SYS_landlock_restrict_self, ruleset_fd, 0U) != 0)
|
||||
message_fatal(_("Failed to enable the sandbox"));
|
||||
|
||||
(void)close(ruleset_fd);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
読み込み中…
x
新しいイシューから参照
ユーザーをブロックする