[Webkit-unassigned] [Bug 239338] -Wuse-after-free warning when building RefCounter test with GCC 12
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 12 15:20:19 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=239338
--- Comment #3 from Michael Catanzaro <mcatanzaro at gnome.org> ---
Actually wait, I only checked the first of the two warnings. As usual, I commented too soon.
The second warning relates to m_value, not m_refCounter. The only way this could go wrong is if the Counter object itself is already invalid when its member function is called. I highly doubt that is happening, but will add more instrumentation to check this case as well, just to be completely sure. (If that does happen, then it would explain the first warning as well.)
--
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/20220512/cf7189a0/attachment.htm>
More information about the webkit-unassigned
mailing list