diff options
author | David Robillard <d@drobilla.net> | 2023-12-15 15:40:50 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-15 15:40:50 -0500 |
commit | df4674400428ff3fc03c08534a99cfbd3bb54f91 (patch) | |
tree | 3d6656f5ad0ba2b8cbe6fadb9651b26c01d984d9 /NEWS | |
parent | 08954c900820320064d2e33445858e1ef5024a0b (diff) | |
download | zix-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-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |