From df4674400428ff3fc03c08534a99cfbd3bb54f91 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 15 Dec 2023 15:40:50 -0500 Subject: Fix nullability annotations for zix_canonical_path() and friends These functions can (and likely will) fail due to filesystem operations failing, rather than a (rare) failed allocation, so they should be nullable so clang can find potential null dereferences. --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index f94ba76..d2dc31b 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,9 @@ zix (0.4.3) unstable; urgency=medium * Avoid fdatasync() on Darwin + * Fix nullability annotations for zix_canonical_path() and friends - -- David Robillard Fri, 17 Nov 2023 19:36:00 +0000 + -- David Robillard Fri, 15 Dec 2023 20:40:18 +0000 zix (0.4.2) stable; urgency=medium -- cgit v1.2.1