github linuxserver/docker-tvheadend e855f62e-ls217

latest releases: 653bd040-ls236, 26ec161f-ls235, 26ec161f-ls234...
4 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.