https://bugs.kde.org/show_bug.cgi?id=489764

Vlad Zahorodnii <vlad.zahorod...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
                   |ma/kwin/-/commit/a6743fd2f5 |ma/kwin/-/commit/e72f880428
                   |9a60460d48107ff321ddad969d7 |73db7b4d98065fc14f1e3eb5a21
                   |bae                         |89e

--- Comment #14 from Vlad Zahorodnii <vlad.zahorod...@kde.org> ---
Git commit e72f88042873db7b4d98065fc14f1e3eb5a2189e by Vlad Zahorodnii.
Committed on 11/07/2024 at 10:20.
Pushed by vladz into branch 'Plasma/6.1'.

plugins/screencast: Allocate offscreen texture in
WindowScreenCastSource::render(QImage) as big as the memfd buffer

textureSize() can temporarily mismatch the target buffer size. It can be
a problem if glGetTexImage() gets called. glGetTexImage() assumes that
the provided buffer is as big as the texture. If it's not, it will write
data outside the bounds of the buffer.
(cherry picked from commit a6743fd2f59a60460d48107ff321ddad969d7bae)

M  +1    -1    src/plugins/screencast/windowscreencastsource.cpp

https://invent.kde.org/plasma/kwin/-/commit/e72f88042873db7b4d98065fc14f1e3eb5a2189e

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to