Skip to content

Commit 0338447

Browse files
committed
Prepare 3.18.2 release
1 parent 49fcd89 commit 0338447

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

AUTHORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,3 +282,6 @@ Vassili Tchersky <vt+git@vbc.su>
282282
Vassili Tchersky <vt+git@vbcy.org>
283283
izxl007 <zeng.zheng@zte.com.cn>
284284
Zeno Sebastian Endemann <zeno.endemann@mailbox.org>
285+
286+
# New authors since fuse-3.18.1
287+
Abhinav Agarwal <abhinavagarwal1996@gmail.com>

ChangeLog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
libfuse 3.18.2 (2026-03-18)
2+
===========================
3+
* Fix two io-uring issues that might be security critical
4+
* fuse-io-uring: Fix UAF and NULL deref in startup error path
5+
* fuse-io-uring: Fix NULL deref and memory leak in fuse_uring_init_queue
6+
17
libfuse 3.18.1 (2025-12-20)
28
===========================
39
* Fix a critical ABI issue compared to libfuse-3.17.3+

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('libfuse3', ['c'],
2-
version: '3.18.1',
2+
version: '3.18.2',
33
meson_version: '>= 0.60.0',
44
default_options: [
55
'buildtype=debugoptimized',

0 commit comments

Comments
 (0)