| Auto-Submit | +1 |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Ozone/Wayland: Avoid reading non-existent MIME types from data offer
Clipboard readers often probe multiple standard MIME types (e.g.,
text/plain, text/html, image/png) during paste or selection change
events to inspect available formats. When requesting an unsupported MIME
type, WaylandDataOffer::Receive returns an invalid file descriptor.
Because no system call actually fails inside Receive in this scenario,
logging an error using DPLOG with the invalid descriptor prints a
confusing and incorrect error message containing a stale thread errno
(e.g., "Resource temporarily unavailable").
Avoid calling Receive and log spamming by checking if the requested MIME
type is actually present in the data offer's list of available MIME
types before executing the request.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |