]> git.ipfire.org Git - thirdparty/systemd.git/commit
fileio: move call of label_ops_post() before error handling of creating files
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 18 Feb 2025 17:41:03 +0000 (02:41 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 3 Mar 2025 20:18:15 +0000 (05:18 +0900)
commit42f6a96e6c13a68bf3023f49114fc98c0705d04c
treeb5684476d8f8676d05e1e49e1032c17f32f1b949
parentb0e5cde687dacf885e4000da804ddcd900a83152
fileio: move call of label_ops_post() before error handling of creating files

Fixes CID#1563946.
src/basic/fileio.c