Re: bugzilla is broken for a long time

Petri Hintukainen <[email protected]> Fri, 19 Oct 2018 12:45:12 +0300
Newsgroups gmane.comp.video.xine.devel
Message-ID <[email protected]>
ti, 2018-10-16 kello 10:33 +0200, Xavier Bachelot kirjoitti:
> Actually, I was asking because I had an user user reporting an issue 
> with vdpau, but I couldn't reproduced it. It was however reproduced
> by 
> someone else. It seems it is not a regression, as both 1.2.9 release
> and 
> a recent snapshot exhibit the issue.
> I have not been able to diagnoze the issue so far, but here is the
> bug 
> report in case anyone wants to take a look:
> https://bugzilla.rpmfusion.org/show_bug.cgi?id=5044

It does not say if this is with all DVDs or with only some DVD ?

Looks like overlay dimensions in backtrace are invalid:
put_rect = {x0 = 0, y0 = 0, x1 = 2423069157, y1 = 32705}
this causes few integer overflows => buffer overflow => crash.

Without a sample file / disc this seems quite hard to track down. But
14217:f703a54e76bb should fix the crash with vdpau.


Another issue in that bug report is with DVB.

For some reason it doesn't use xine's mpeg-ts demuxer but libavformat:
> DVB on console:
> mpegts @ 0x555bc78bc200] Unable to seek back to the start

I don't have DVB adapter available just now, so I can't test if
14220:1defcdfe03fd fixes the issue.


- Petri