On Sat, Jul 22, 2023 at 04:09:26PM +0200, Stefano Rivera wrote:
> I get this crash on nageru startup (AMD box, VA-API doesn't work, but
> that's another issue).
> 
> Rolling back libmovit8 to 1.6.3-5 gets it working again.

This is very weird. It seems there's a truncation somewhere:

> /* 811 */ 
> /* 812 */ #undef LOAD_P#undef FUNCNAME
> /* 813 */ #undef INPUT1
> /* 814 */ #undef INPUT2

This should read:

#undef LOAD_PIXEL_BLOCK
#undef DIFF
#undef YADIF_ENABLE_SPATIAL_INTERLACING_CHECK
#undef FUNCNAME
#undef INPUT1
#undef INPUT2

I suppose there's nothing odd locale-wise or similar about your setup?
It seems to be concatenated just fine here, and the string appears OK
enough in the binary, but of course, the length could somehow be broken.

/* Steinar */
-- 
Homepage: https://www.sesse.net/

Reply via email to