Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] small fix for vdr-1.0.0pre1



Hi,

This is just soime guesswork based on an IRC conversation with OzzOne, 
but i belive that eit.c has a subtle problem, that cause a seg fault 
when epg.dat does not exists.
Try this patch:

===== eit.c 1.2 vs edited =====
--- 1.2/eit.c   Sat Feb 23 19:11:19 2002
+++ edited/eit.c        Sun Feb 24 23:58:09 2002
@@ -1022,7 +1022,8 @@
             return false;
             }
          }
-     }
+     } else
+       return false;
    bool result = cSchedules::Read(f);
    if (OwnFile)
       fclose(f);


Andreas




Home | Main Index | Thread Index