Ondřej Surý
59f4fdebc0
Check the result of dirfd() before calling unlinkat()
...
Instead of directly using the result of dirfd() in the unlinkat() call,
check whether the returned file descriptor is actually valid. That
doesn't really change the logic as the unlinkat() would fail with
invalid descriptor anyway, but this is cleaner and will report the right
error returned directly by dirfd() instead of EBADF from unlinkat().
2024-08-19 09:57:28 +00:00
..
2024-08-19 09:08:55 +00:00
2024-08-07 14:17:43 +00:00
2023-08-21 18:39:53 +02:00
2023-05-12 14:16:25 +02:00
2023-07-28 08:59:08 +02:00
2023-08-31 22:08:35 +02:00
2023-06-14 13:12:45 +01:00
2023-09-12 16:17:06 +02:00
2024-08-14 15:19:04 +00:00
2023-08-31 22:08:35 +02:00
2024-01-03 17:04:31 +00:00
2023-12-13 22:27:38 +00:00
2024-02-11 09:36:56 +01:00
2024-05-15 12:22:10 +02:00
2024-08-19 09:42:55 +00:00
2024-08-06 15:17:48 +02:00
2023-09-05 09:39:41 +02:00
2024-02-08 10:54:35 +01:00
2023-08-21 18:39:53 +02:00
2024-08-15 12:11:48 +00:00
2024-08-19 09:57:28 +00:00
2023-05-12 20:48:31 +01:00
2024-05-09 08:17:44 +10:00
2024-08-05 11:21:25 +00:00
2023-09-06 00:28:56 +00:00
2024-08-05 10:24:47 +00:00
2024-07-31 05:55:30 +00:00
2024-08-05 07:31:39 +00:00
2024-05-17 16:03:21 -07:00
2023-10-17 17:47:46 +02:00
2024-08-08 11:59:41 +02:00
2024-08-08 11:59:41 +02:00
2024-04-23 13:11:52 +02:00
2023-08-21 18:39:53 +02:00
2023-12-06 15:15:24 +02:00
2024-08-05 07:30:10 +00:00
2023-10-13 14:44:40 +02:00
2023-04-27 12:38:53 +02:00
2023-09-24 10:08:56 +02:00
2024-08-06 15:17:48 +02:00
2023-08-21 18:39:53 +02:00
2024-06-03 18:34:31 +10:00
2024-05-10 12:08:52 +03:00
2023-08-15 12:21:41 +02:00
2024-08-19 09:08:55 +00:00
2023-08-31 22:08:35 +02:00
2023-07-28 08:59:08 +02:00
2023-09-16 07:32:17 +02:00
2024-08-19 09:08:55 +00:00
2024-04-02 10:35:56 +02:00
2024-08-08 11:59:41 +02:00
2023-04-03 10:25:56 +00:00
2023-10-17 17:47:46 +02:00
2023-06-27 12:38:09 +02:00
2023-04-27 12:38:53 +02:00
2024-04-18 10:53:31 +02:00