Project

General

Profile

Bug #4324

Segfault loading EPG data

Added by Jayson Kubilis over 7 years ago. Updated over 7 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
Category:
EPG
Target version:
-
Start date:
2017-04-17
Due date:
% Done:

100%

Estimated time:
Found in version:
latest from source
Affected Versions:

Description

Bumped into the same bug identified (and incompletely resolved). Patch to fix issue is below.

initial issue: https://tvheadend.org/issues/4158
initial code fix: https://tvheadend.org/projects/tvheadend/repository/revisions/8c845c12bd618337678e08cbba9b5e615714277c

Updated patch....

--- src/epggrab/module/xmltv.c.old 2017-04-17 12:33:28.865085059 0700
++ src/epggrab/module/xmltv.c 2017-04-17 12:23:39.974870607 -0700
@ -667,7 +667,7 @
}
}
}
if (*name)
if (name && *name)
htsmsg_add_str_exclusive(dnames, name);
}
else if (strcmp(f->hmf_name, "icon") == 0) {

History

#1

Updated by Jaroslav Kysela over 7 years ago

  • Status changed from New to Fixed
  • % Done changed from 0 to 100

Applied in changeset commit:tvheadend|41fa62d87976b3b003d3bac7dd6596ee9fa0ccfa.

Also available in: Atom PDF