]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
Correct handling of Remove and Ignore settings
authordave-p <gh@pickles.me.uk>
Fri, 13 Oct 2023 10:18:16 +0000 (11:18 +0100)
committerFlole998 <Flole998@users.noreply.github.com>
Thu, 26 Oct 2023 17:53:51 +0000 (19:53 +0200)
commit62adbebfd062d7b97829268274aad92df2033784
treebd1c89800e10bf8e4d795192a2420780f721f72a
parent2d92f58fadf6b63c0a5a79a52d67f51e85b02be3
Correct handling of Remove and Ignore settings

Like strtok(), http_tokenize() modifies its input string. Since those strings are needed later to populate the UI, we should use copies.

Also free ignore_args to avoid a memory leak.
src/input/mpegts/iptv/iptv_auto.c