Thanks for the detailed and thoughtful reviews. Your comments helped me better understand how resource cleanup should be handled, especially when dealing with early program termination. I especially appreciate your in-depth explanation regarding the difference between true resource leaks and stack-unwinding cases. The example you gave was very insightful, and it clarified how automated tools and reviewers should assess whether a resource is truly leaked. Thank you for taking the time to provide such a clear and instructive explanation. Hoyoung Lee (2): t/helper/test-truncate: close file descriptor after truncation t/helper/test-delta: fix possible resource leak and ensure safe cleanup t/helper/test-delta.c | 9 +++++---- t/helper/test-truncate.c | 3 +++ 2 files changed, 8 insertions(+), 4 deletions(-) -- 2.34.1