Uploaded image for project: 'MediaPortal 1'
  1. MediaPortal 1
  2. MP1-3658

Buffer overrun in TsWriter

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.2.0 Beta
    • 1.2.0 Alpha
    • TsWriter
    • None
    • Operating System: Windows 7
      Platform: Intel

    Description

      epgDecoder.cpp has two occurence of

      CAutoString buffer(event_len+10);
      getString468A(&buf[6],event_len,buffer.GetBuffer(), event_len*4);

      should be
      CAutoString buffer(event_len*4);

      Attachments

        Activity

          People

            MrHipp Hans Andersson (Inactive)
            MrHipp Hans Andersson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: