summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-01-09 17:21:28 -0500
committerDavid Robillard <d@drobilla.net>2024-01-09 17:28:24 -0500
commite30c50d87ac7c2bc663074839ce12a9ac5796de7 (patch)
tree342e39bc6f20ba79d67c16907a03d0a414caf674 /NEWS
parent81bd78db915bc0d11f23386e49ffe29968ded486 (diff)
downloadlilv-e30c50d87ac7c2bc663074839ce12a9ac5796de7.tar.gz
lilv-e30c50d87ac7c2bc663074839ce12a9ac5796de7.tar.bz2
lilv-e30c50d87ac7c2bc663074839ce12a9ac5796de7.zip
Fix potential null dereferences and conversion warnings
A few of these can't actually happen, but that's opaque to static analysis, so appease clang-tidy with casts since the checks are too valuable to suppress.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index aa297ee..f799662 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,9 @@
lilv (0.24.23) unstable; urgency=medium
* Fix null dereference when trying to load state from a missing file
+ * Fix potential null dereferences and conversion warnings
- -- David Robillard <d@drobilla.net> Tue, 09 Jan 2024 22:24:29 +0000
+ -- David Robillard <d@drobilla.net> Tue, 09 Jan 2024 22:28:10 +0000
lilv (0.24.22) stable; urgency=medium