GNU bug report logs - #7877
sleep takes undocumented hex args

Previous Next

Package: coreutils;

Reported by: jidanni <at> jidanni.org

Date: Fri, 21 Jan 2011 00:09:02 UTC

Severity: normal

Done: Jim Meyering <jim <at> meyering.net>

Bug is archived. No further changes may be made.

Full log


Message #38 received at 7877 <at> debbugs.gnu.org (full text, mbox):

From: Jim Meyering <jim <at> meyering.net>
To: Eric Blake <eblake <at> redhat.com>
Cc: 7877 <at> debbugs.gnu.org, bernhard.voelker <at> siemens-enterprise.com,
	jidanni <at> jidanni.org
Subject: Re: bug#7877: sleep takes undocumented hex args
Date: Fri, 21 Jan 2011 15:57:44 +0100
Eric Blake wrote:

> On 01/21/2011 06:03 AM, Jim Meyering wrote:
>> jidanni <at> jidanni.org wrote:
>>> You see I was trying to make very special arguments to sleep so that I
>>> can make sure to kill the one I want
>>>     pkill -u jidanni -fx sleep\ 000022
>>> It is not clear if that will still work.
>>
>> With today's change using "sleep 000022" will
>> still act just like "sleep 22".
>>
>> I could not change that (and would not want to!)
>> without breaking with years of tradition.
>>
>>> Maybe the man/info page should
>>> say a regexp that matches all valid args.
>>
>> It already describes the format pretty well,
>> mentioning "floating point" and the four suffixes.
>
> Floating point literals include hex-floats, such as 0x1p1.  Does today's
> added pre-filtering to reject 0x1 accidentally also reject hex-float
> literals?  (It's a bit of a shame that when hex-floats were added that
> strtod() was altered to accept hex-float literals but as a side effect
> it also started accepting hexadecimal values without the p[+-]?[0-9]+
> exponent suffix).

I see no significant utility in accepting hex floats.  Do you?
If you're concerned about errors in conversion or the efficiency
of the conversion process, then you probably don't want to use
the sleep command in the first place.




This bug report was last modified 14 years and 119 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.