summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-12-15 15:40:50 -0500
committerDavid Robillard <d@drobilla.net>2023-12-15 15:40:50 -0500
commitdf4674400428ff3fc03c08534a99cfbd3bb54f91 (patch)
tree3d6656f5ad0ba2b8cbe6fadb9651b26c01d984d9 /NEWS
parent08954c900820320064d2e33445858e1ef5024a0b (diff)
downloadzix-df4674400428ff3fc03c08534a99cfbd3bb54f91.tar.gz
zix-df4674400428ff3fc03c08534a99cfbd3bb54f91.tar.bz2
zix-df4674400428ff3fc03c08534a99cfbd3bb54f91.zip
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
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 <d@drobilla.net> Fri, 17 Nov 2023 19:36:00 +0000
+ -- David Robillard <d@drobilla.net> Fri, 15 Dec 2023 20:40:18 +0000
zix (0.4.2) stable; urgency=medium