[Webkit-unassigned] [Bug 221225] Implement WebXR getViewerPose and getPose

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 18 22:42:05 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=221225

Alex Christensen <achristensen at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |achristensen at apple.com

--- Comment #27 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 420818
  --> https://bugs.webkit.org/attachment.cgi?id=420818
Patch for landing

View in context: https://bugs.webkit.org/attachment.cgi?id=420818&action=review

> Source/WebCore/testing/WebFakeXRDevice.cpp:170
> +    m_device.scheduleOnNextFrame([this]() {

This likes a use-after-free bug waiting to happen.  I think the XR code could use a good audit to make sure there aren't pointer safety or garbage collection issues.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210319/503d3103/attachment-0001.htm>


More information about the webkit-unassigned mailing list