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] [day] [month] [year] [list]
Date:   Mon, 12 Oct 2020 08:10:16 -0700
From:   Stephen Hemminger <stephen@...workplumber.org>
To:     Jan Engelhardt <jengelh@...i.de>
Cc:     netdev@...r.kernel.org
Subject: Re: [iproute PATCH] ip: add error reporting when RTM_GETNSID failed

On Mon, 12 Oct 2020 15:55:55 +0200
Jan Engelhardt <jengelh@...i.de> wrote:

> +			fprintf(stderr, "/proc/self/ns/net: %s. "
> +				"Continuing anyway.\n", strerror(errno))


WARNING: quoted string split across lines
#95: FILE: ip/ipnetns.c:82:
+			fprintf(stderr, "/proc/self/ns/net: %s. "
+				"Continuing anyway.\n", strerror(errno));




I applied this but fixed the two checkpatch warnings about breaking single line
in message.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ