[Webkit-unassigned] [Bug 95719] [WebGL] GraphicsContext3D::compileShader stores return value of string conversion in const reference

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 20 11:12:23 PDT 2012


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


Arvid Nilsson <anilsson at rim.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Arvid Nilsson <anilsson at rim.com>  2012-09-20 11:12:53 PST ---
Not a problem, the C++ standard says that the life of the const reference shall be prolonged until the end of the current scope.

The string length might have been an issue if the source was non-UTF8, but the source would probably not pass through ANGLE if it were.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list