lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 02 Nov 2016 09:58:05 -0700
From:   Joe Perches <joe@...ches.com>
To:     Vaishali Thakkar <vaishali.thakkar@...cle.com>,
        linux-kernel@...r.kernel.org
Subject: Re: Failing of the script get_maintainer.pl

On Wed, 2016-11-02 at 22:07 +0530, Vaishali Thakkar wrote:
> Hi,
> 
> The script get_maintainer.pl fails with the following message/warning:
> 
> Unrecognized character \xA0; marked by <-- HERE after <-- HERE near column 1 at scripts/get_maintainer.pl line 277.
> 
> This seems to be because of the commit b67071653d3fc9f9b73aab3e7978f060728bf392.
> 
> Any idea about the solution(s)?

Unfortunately, Evolution is a horribly broken email client
for sending patches.

It's been fixed at least in Andrew Morton's mm, and it
should be in -next soonish.

You could do a sed until then:

$ sed -i -e "s/\xA0/ /g" scripts/get_maintainer.pl

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ