bug-bash
[Top][All Lists]
Advanced

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

Re: Built-in printf Sits Awkwardly with UDP.


From: Chet Ramey
Subject: Re: Built-in printf Sits Awkwardly with UDP.
Date: Mon, 25 Jul 2011 21:59:03 -0400
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.18) Gecko/20110616 Lightning/1.0b2 Thunderbird/3.1.11

On 7/25/11 8:49 AM, Ralph Corderoy wrote:

> I also get, with vanilla 4.2 built from source,
> 
>     $ ./install/bin/bash -c "printf '%*q.\n' 10 foo -20 bar 0x80000000"
>            foo.
>     bar                 .
>     Segmentation fault (core dumped)
>     $ 

Thanks for the report.  That's a different problem, caused by a missing
argument that printstr (via getint) doesn't handle very well.

Chet


-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    chet@case.edu    http://cnswww.cns.cwru.edu/~chet/



reply via email to

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