github linuxserver/docker-tvheadend e855f62e-ls217

latest releases: b3974f7d-ls260, 0af87f13-ls259, da9fa603-ls258...
14 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.