WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
267406
[WPE] WPE Platform: wrong usage reported in DMABuf buffer formats under wayland
https://bugs.webkit.org/show_bug.cgi?id=267406
Summary
[WPE] WPE Platform: wrong usage reported in DMABuf buffer formats under wayland
Carlos Garcia Campos
Reported
2024-01-11 05:44:35 PST
When there's more than one tranche, the flags for the next tranches are added to the previous one. This is because we are using std::move with the Tranche struct without defining a move constructor, so the flags member is not set to 0 after the move.
Attachments
Add attachment
proposed patch, testcase, etc.
Carlos Garcia Campos
Comment 1
2024-01-11 05:46:46 PST
Pull request:
https://github.com/WebKit/WebKit/pull/22654
EWS
Comment 2
2024-01-11 06:15:06 PST
Committed
272911@main
(75f18bf8d6d7): <
https://commits.webkit.org/272911@main
> Reviewed commits have been landed. Closing PR #22654 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug