1. 08 Nov, 2012 1 commit
  2. 31 Oct, 2012 6 commits
  3. 25 Oct, 2012 1 commit
  4. 22 Oct, 2012 2 commits
  5. 18 Oct, 2012 4 commits
  6. 16 Oct, 2012 1 commit
  7. 10 Oct, 2012 1 commit
  8. 08 Oct, 2012 1 commit
  9. 24 Sep, 2012 7 commits
  10. 18 Sep, 2012 2 commits
  11. 17 Sep, 2012 5 commits
  12. 14 Sep, 2012 1 commit
  13. 06 Sep, 2012 3 commits
  14. 04 Sep, 2012 1 commit
    • Jean-Paul Saman's avatar
      src/dvbpsi.c: fix segmentation fault in dvbpsi_decoder_psi_section_add() · 9ae00f93
      Jean-Paul Saman authored
      When p->i_number == p_section->i_number AND p_prev == NULL, then the function
      will crash with a segmentation fault. In this case the first element in the linked
      list is going to be replaced. The pointer p_prev does not point to a valid sections,
      since p is the first element in the list. To solve this case it needs to be treated
      seperate.
      9ae00f93
  15. 31 Aug, 2012 4 commits