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, 14 Jan 2008 20:50:28 +0100
From:	Jiri Slaby <jirislaby@...il.com>
To:	Stephen Hemminger <stephen.hemminger@...tta.com>
CC:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Andrew Morton <akpm@...ux-foundation.org>,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] checkstack: parse architecture correctly

On 01/14/2008 08:19 PM, Stephen Hemminger wrote:
> The checkstack script wouldn't work because it was picking up the
> newline on the end of the output of uname -m.
> 
> Also, use a standard perl construct to print error message and
> exit with non-zero error code.
> 
> Signed-off-by: Stephen Hemminger <stephen.hemminger@...tta.com>
> 
> --- a/scripts/checkstack.pl	2008-01-14 11:09:09.000000000 -0800
> +++ b/scripts/checkstack.pl	2008-01-14 11:09:51.000000000 -0800
[...]
> -		print("wrong or unknown architecture\n");
> -		exit
> +	    	die "wrong or unknown architecture\"$arch\"\n";

a space before the variable would be good, maybe qq() instead of "" to avoid 
backslashing? Also the \n is reduntant there, otherwise you will loose the 
file+line info.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ