On Thu, May 25, 2017 at 07:29:05AM +0200, Peter Huewe wrote: > > The memory copy from rodata to stack is useless. > > > > Signed-off-by: Jarkko Sakkinen <[email protected]> > > After review, yes that should work. > Reviewed-by: Peter Huewe <[email protected]>
Yes, the string gets stored to rodata section where it is copied to stack :-) Thanx! /Jarkko

