bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] [PATCH 15/25] Bugfix: Process Metalink/XML url strings contai


From: Matthew White
Subject: [Bug-wget] [PATCH 15/25] Bugfix: Process Metalink/XML url strings containing white spaces and CRLF
Date: Sat, 10 Sep 2016 12:57:53 +0200

[Coverity Scan is ok, make syntax-check is ok, make check-valgrind is ok, 
contrib/check-hard is ok]

This fixes problems introduced by processing a Metalink/XML file containing 
metalink:url strings separated by CRLF.

The following description is verbatim from the patch:
-----
White spaces and CRLF are not automatically removed by libmetalink
from url strings. The Wget's Metalink module was unable to process
such url strings. This patch implements the processing of such url
strings cleaning off leading and trailing white spaces and CRLF.

If a parsed Metalink/XML url string contains strings separated by
CRLF, only the first of the series is accepted.
-----

Regards,
Matthew

-- 
Matthew White <address@hidden>

Attachment: 0015-Bugfix-Process-Metalink-XML-url-strings-containing-w.patch
Description: Text Data

Attachment: pgp8iYSPrOOeV.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]