Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent use-after-free in stream publisher RBN key
Initialize publisher's RBN key (p_ent.key) with its own copy of name (p_name) rather than externally managed memory. This prevents potential use-after-free when the external memory is freed while the publisher entry remains in the RBN tree. Fixes #1177
- Loading branch information