[Git][wine/wine][master] winegstreamer: Do not copy the incorrect buffer.
Alexandre Julliard pushed to branch master at wine / wine Commits: 24e09df9 by Conor McCarthy at 2026-03-16T23:08:24+01:00 winegstreamer: Do not copy the incorrect buffer. If a dynamic format change occurs in a stream, the resulting flush may cause another stream to first set stream->buffer to null, and then replace it with a new buffer which does not match the info subsequently used by wg_parser_stream_copy_buffer(). If the new buffer is smaller, the result is an assertion failure. This issue has been observed in SHOGUN: Total War Collection and Ys I & II Chronicles. - - - - - 1 changed file: - dlls/winegstreamer/wg_parser.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/24e09df9a064193243f05b9d66798bf... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/24e09df9a064193243f05b9d66798bf... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)