[Webkit-unassigned] [Bug 7656] Query string always appended to Flash URLs, instead of being replaced

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Mar 8 16:29:39 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7656


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #6945|review?                     |review+
               Flag|                            |




------- Comment #5 from darin at apple.com  2006-03-08 16:29 PDT -------
(From update of attachment 6945)
+            NPUTF8 urlString[size];

You should use malloc here instead of using the gcc extension that allows
variable sized arrays. Maybe strdup is the best way.

But that's in test code.

Looks great, r=me.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list