Re: bash sockets: printf \x0a does TCP fragmentation

2018-09-24 Thread Greg Wooledge
On Sat, Sep 22, 2018 at 11:50:17AM +0200, dirk+b...@testssl.sh wrote: > On 9/22/18 7:30 AM, Bob Proulx wrote: > > dirk+b...@testssl.sh wrote: > >> printf -- "$data" >&5 2>/dev/null > > > > What happens if $data contains % format strings? What happens if the > > format contains a sequence such as

Re: [bug-bash] Which commit for a bug in 4.3.48 which is fixed in 4.4.23

2018-09-24 Thread Dr. Werner Fink
On Fri, Sep 21, 2018 at 01:11:38PM +0200, Dr. Werner Fink wrote: > Hi, > > with 4.3.48 the line > > T="";echo ">${T//*/ }<" > > leads to > > >< > > but with 4.4.23 the correct result is given back > > > < > > in the git repro I do not find any useful login entry for this

Re: Segmentation fault in restore_tilde (bashline.c)

2018-09-24 Thread Chet Ramey
On 9/22/18 3:01 PM, Eduardo A. Bustamante López wrote: > Found via fuzzing (of `read -e') using AFL, > > To reproduce: > > In a shell with `emacs' readline mode, type: > > ~/ Thanks for the report. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer

Re: [bug-bash] Which commit for a bug in 4.3.48 which is fixed in 4.4.23

2018-09-24 Thread Chet Ramey
On 9/24/18 1:50 PM, Eduardo Bustamante wrote: > On Mon, Sep 24, 2018 at 4:09 AM Dr. Werner Fink wrote: > (...) >> Reconstructed the attached patch ... seems to work > > Out of curiosity, what problem are you trying to solve? https://bugzilla.novell.com/show_bug.cgi?id=1107430 -- ``The lyf so

Re: [bug-bash] Which commit for a bug in 4.3.48 which is fixed in 4.4.23

2018-09-24 Thread Eduardo Bustamante
On Mon, Sep 24, 2018 at 4:09 AM Dr. Werner Fink wrote: (...) > Reconstructed the attached patch ... seems to work Out of curiosity, what problem are you trying to solve?