~ubuntu-branches/ubuntu/precise/wget/precise-proposed

« back to all changes in this revision

Viewing changes to src/html-url.c

  • Committer: Bazaar Package Importer
  • Author(s): Noèl Köthe
  • Date: 2005-10-13 16:59:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051013165903-3e12j4gn6znkhmdb
Tags: 1.10.2-1
new upstream release which fixes a NTLM Buffer Overflow Vulnerability

Show diffs side-by-side

added added

removed removed

Lines of Context:
702
702
      url = url_parse (url_text, &up_error_code);
703
703
      if (!url)
704
704
        {
705
 
          logprintf (LOG_NOTQUIET, "%s: Invalid URL %s: %s\n",
 
705
          logprintf (LOG_NOTQUIET, _("%s: Invalid URL %s: %s\n"),
706
706
                     file, url_text, url_error (up_error_code));
707
707
          xfree (url_text);
708
708
          continue;