canonical / wlcs

Wayland Conformance Test Suite
GNU General Public License v2.0
50 stars 14 forks source link

Fix use after free in WpViewporter utility function #345

Closed tarek-y-ismail closed 1 month ago

tarek-y-ismail commented 1 month ago

Extends the lifetime of the variables captured by the lambda to work aound use-after-free ASAN errors.

tarek-y-ismail commented 1 month ago

Converted to draft until I get compile errors fixed and test on a CI machine