On Thu, Sep 12, 2019 at 04:33:40AM +0700, Robert Elz wrote: > Does anyone really want to make the shell, or other programs, run slower > just so someone can say that all memory was nicely (but pointlessly) freed > before exit ?
I strongly support Robert's view here. There should be *NO* performance penalty in regular builds to cover up design deffects in any sanitizers. Not only for sh(1) but also any other binary. Sanitizers are usefull tools, but only tools. Martin