diff options
author | Thiago Macieira <[email protected]> | 2012-05-08 13:31:12 -0700 |
---|---|---|
committer | Qt by Nokia <[email protected]> | 2012-05-10 02:39:30 +0200 |
commit | 75552c8f62dcfb8012c306b37c79ec629448d780 (patch) | |
tree | a2568f71173982feb3e34250f1a3d9fc25dbd034 /src/gui/doc/snippets/textdocument-css/main.cpp | |
parent | ff3a2ab24259d623aeb15d596a1c3be5f683579d (diff) |
Fix a crash when parsing a URL with username and port, but no password
This was crashing because the ':' was found past the end of the
username, causing the recoder to run from position 22 to 11, via the
long way around the memory.
Change-Id: Ic1ae596f34f7db857fb4210294974fb5a6adf691
Reviewed-by: Alexis Menard <[email protected]>
Reviewed-by: Lars Knoll <[email protected]>
Diffstat (limited to 'src/gui/doc/snippets/textdocument-css/main.cpp')
0 files changed, 0 insertions, 0 deletions