bug-bash
[Top][All Lists]
Advanced

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

Re: double free corruption bash 4.2.53(1)-release


From: evil
Subject: Re: double free corruption bash 4.2.53(1)-release
Date: Thu, 9 Nov 2017 14:30:40 -0700
User-agent: SquirrelMail/1.4.23 [SVN]

Oddly enough it seems to have resolved itself after my libc recompile with
debug symbols.
ifrit ~ # echo $BASH_VERSION
4.3.48(1)-release

Before the libc recompile with debug symbols regardless of locale, the
printf builtin was just printing "\u200b\n"

as "\u200B"


The problem seems to have resolved itself now though so please disregard,
apologies for wasting everyone's time.


ifrit ~ # echo $BASH_VERSION
4.3.48(1)-release
ifrit ~ # printf "\u30b7\n"
シ
ifrit ~ # printf "\u200b\n"




> On 11/9/17 4:16 PM, evil@onlythechosen.com wrote:
>> The new version of bash
>> doesn't seem to let me echo unicode properly, so I would be greatly
>> interested in figuring out what is wrong.
>
> Which new version of bash, exactly? And what kind of problems?
>
>
> --
> ``The lyf so short, the craft so long to lerne.'' - Chaucer
>                ``Ars longa, vita brevis'' - Hippocrates
> Chet Ramey, UTech, CWRU    chet@case.edu
> http://cnswww.cns.cwru.edu/~chet/
>





reply via email to

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