github linuxserver/docker-tvheadend e855f62e-ls217

latest releases: e60aa936-ls270, 23e2089e-ls269, 67f98d62-ls268...
18 months ago

LinuxServer Changes:

Rebase to Alpine 3.19.

tvheadend Changes:

Use safer htsmsg_add_str2 when copying de->de_directory

de->de_directory may be null. htsmsg_add_str passes str unchecked to underlying strlen function. __strlen_avx2 will segfault if str is null.

htsmsg_add_str2 checks the value of args before passing them to htsmsg_add_str, which should prevent this.

Fixes #1712

Don't miss a new docker-tvheadend release

NewReleases is sending notifications on new releases.