diff options
| author | Pouria Mousavizadeh Tehrani <pouria@FreeBSD.org> | 2026-08-22 20:37:58 +0000 |
|---|---|---|
| committer | Pouria Mousavizadeh Tehrani <pouria@FreeBSD.org> | 2026-08-23 07:35:52 +0000 |
| commit | 790817f5a7a640c9ceb5c2ad99135f1a69aeb77d (patch) | |
| tree | dfc0cc3c129fa416adf2d5f019efd690d41ca0cc /sys/modules/tmpfs/(developers-only) | |
| parent | 27f0491e3648722a892558416a768dda77850ad9 (diff) | |
radix_lockless algorithm creates its own radix tree and
allocates its own radix_masks by directly calling rnh_addaddr().
However, during destruction, it only frees the radix_tree without
freeing its allocated radix_masks.
Fix the leak by calling rn_delete() during radix_destroy().
PR: 297339
Reviewed by: melifaro
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D59112
Diffstat (limited to 'sys/modules/tmpfs/(developers-only)')
0 files changed, 0 insertions, 0 deletions
