>
> This is the url :
>
> http://bookmarks.pathfinder.gr/folderz.php?username=ntokoros
>
> This is the bad line.
>
>  <a class=link2
href=http://javascript:void(open(\'http://bookmarks.pathfinder.gr/add.php?ti
tle=\' escape(%20document.title) \'&amp;url=\'
escape(location.href),\'Backflip\',\'height=530,width=530,l%20ocation=no,scr
ollbars=no,menubars=no,toolbars=no,resizable=yes\')); target=blank_>
>

To fix this bug
Replace line
   sscanf(host, "%[^:]:%d", m_hostname, &m_port);
to
   if (sscanf(host, "%[^:]:%d", m_hostname, &m_port) == 1)
   {
    strcpy(m_hostname, host);
   }

in method CUrl::ParseURL in "parse.cpp"


>
>
>
>
> �������� ��������
> Application Developer
> Eurisko A.E.
> �������� 9
> 106 71 �����
> ���: +301 3633362
> ���: +301 3633074
> e-mail: [EMAIL PROTECTED]

Reply via email to