filter/chain: copy the child name

filter_chain_parse() passes a temporary string pointer which results
in a use-after-free in the PreparedChainFilter::Child::Open() error
message.
This commit is contained in:
Max Kellermann
2020-11-04 16:22:40 +01:00
parent 27c589da97
commit b0002e3b73
2 changed files with 5 additions and 2 deletions

2
NEWS
View File

@@ -1,6 +1,8 @@
ver 0.22.3 (not yet released)
* playlist
- add option "as_directory", making CUE file expansion optional
* filter
- fix garbage after "Audio format not supported by filter" message
ver 0.22.2 (2020/10/28)
* database