alderlopez / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

[win] Crash in cefclient when entering long URLs via the address bar #532

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Enter a URL with more than 255 characters in the cefclient address bar.

What is the expected output? What do you see instead?
The URL should load. Instead, cefclient crashes.

Please use labels and text to provide additional information.
The problem is a buffer overrun in cefclient WndProc handler.

Original issue reported on code.google.com by magreenb...@gmail.com on 21 Feb 2012 at 10:48

GoogleCodeExporter commented 9 years ago
Fixed in revisions 513 (CEF3), 514 (trunk), 515 (1025 branch) and 516 (963 
branch).

Original comment by magreenb...@gmail.com on 21 Feb 2012 at 10:52